Skip to content

Commit

Permalink
fix: bump @restart/hooks to v0.4.6 (#6294)
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Apr 4, 2022
1 parent ae4e3ba commit dceb74b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@restart/hooks": "^0.4.5",
"@restart/hooks": "^0.4.6",
"@restart/ui": "^1.2.0",
"@types/invariant": "^2.2.35",
"@types/prop-types": "^15.7.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -1297,13 +1297,20 @@
eslint-config-prettier "^8.1.0"
eslint-plugin-react-hooks "^4.2.0"

"@restart/hooks@^0.4.0", "@restart/hooks@^0.4.5":
"@restart/hooks@^0.4.0":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.5.tgz#e7acbea237bfc9e479970500cf87538b41a1ed02"
integrity sha512-tLGtY0aHeIfT7aPwUkvQuhIy3+q3w4iqmUzFLPlOAf/vNUacLaBt1j/S//jv/dQhenRh8jvswyMojCwmLvJw8A==
dependencies:
dequal "^2.0.2"

"@restart/hooks@^0.4.6":
version "0.4.6"
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.6.tgz#15dcf34631a618c513efc924705c7cbe349a4a0c"
integrity sha512-FzpEzy6QeLB3OpUrC9OQD/lWCluQmilLfRGa/DqbB6OmV05AEt/0Lgn3Jf6l27UIJMK0qFmNcps6p8DNLXa6Pw==
dependencies:
dequal "^2.0.2"

"@restart/ui@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.2.0.tgz#fb90251aa25f99b41ccedc78a91d2a15f3c5e0fb"
Expand Down

0 comments on commit dceb74b

Please sign in to comment.