Skip to content

Commit

Permalink
Upgrade: internal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed May 19, 2021
1 parent 6449f2e commit 7538d5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-url": "^6.0.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/react-hooks": "^6.0.0",
"@types/googlemaps": "^3.43.3",
"@types/jest": "^26.0.23",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.5",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"eslint": "^7.2.0",
"eslint-config-welly": "^1.10.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1530,10 +1530,10 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"

"@testing-library/react-hooks@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz#36e359d992bb652a9885c6fa9aa394639cbe8dd3"
integrity sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg==
"@testing-library/react-hooks@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-6.0.0.tgz#2bd4e1549a7b8b8a9db71880e655c23d1f97fe83"
integrity sha512-Y8ayCUFPiNttX9zmwP2bDv4uYzgsgOMHxAsOrD7th7Xuj1j1rHkxf+VzRqdr7zJlSeYPzl67754qAnZ9O1ahYg==
dependencies:
"@babel/runtime" "^7.12.5"
"@types/react" ">=16.9.0"
Expand Down Expand Up @@ -1751,10 +1751,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.5":
version "17.0.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.5.tgz#3d887570c4489011f75a3fc8f965bf87d09a1bea"
integrity sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw==
"@types/react@^17.0.6":
version "17.0.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.6.tgz#0ec564566302c562bf497d73219797a5e0297013"
integrity sha512-u/TtPoF/hrvb63LdukET6ncaplYsvCvmkceasx8oG84/ZCsoLxz9Z/raPBP4lTAiWW1Jb889Y9svHmv8R26dWw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 7538d5d

Please sign in to comment.