Skip to content

Commit 82d9bf9

Browse files
authored
fix: update @restart/hooks to 0.4.7 (#999)
1 parent 6a56f30 commit 82d9bf9

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@babel/runtime": "^7.13.8",
6161
"@popperjs/core": "^2.8.6",
62-
"@restart/hooks": "^0.3.26",
62+
"@restart/hooks": "^0.4.7",
6363
"@types/warning": "^3.0.0",
6464
"dom-helpers": "^5.2.0",
6565
"prop-types": "^15.7.2",

yarn.lock

+10-11
Original file line numberDiff line numberDiff line change
@@ -1549,13 +1549,12 @@
15491549
eslint-config-prettier "^6.4.0"
15501550
eslint-plugin-react-hooks "^2.1.2"
15511551

1552-
"@restart/hooks@^0.3.26":
1553-
version "0.3.26"
1554-
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.26.tgz#ade155a7b0b014ef1073391dda46972c3a14a129"
1555-
integrity sha512-7Hwk2ZMYm+JLWcb7R9qIXk1OoUg1Z+saKWqZXlrvFwT3w6UArVNWgxYOzf+PJoK9zZejp8okPAKTctthhXLt5g==
1552+
"@restart/hooks@^0.4.7":
1553+
version "0.4.7"
1554+
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.7.tgz#d79ca6472c01ce04389fc73d4a79af1b5e33cd39"
1555+
integrity sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==
15561556
dependencies:
1557-
lodash "^4.17.20"
1558-
lodash-es "^4.17.20"
1557+
dequal "^2.0.2"
15591558

15601559
"@rollup/plugin-node-resolve@^11.2.0":
15611560
version "11.2.0"
@@ -4221,6 +4220,11 @@ depd@~1.1.2:
42214220
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
42224221
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
42234222

4223+
dequal@^2.0.2:
4224+
version "2.0.2"
4225+
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d"
4226+
integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==
4227+
42244228
destroy@~1.0.4:
42254229
version "1.0.4"
42264230
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
@@ -7581,11 +7585,6 @@ locate-path@^6.0.0:
75817585
dependencies:
75827586
p-locate "^5.0.0"
75837587

7584-
lodash-es@^4.17.20:
7585-
version "4.17.21"
7586-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
7587-
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
7588-
75897588
lodash.debounce@^4.0.8:
75907589
version "4.0.8"
75917590
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"

0 commit comments

Comments
 (0)