mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix(deps): update dependency react-use to v17.4.2
This commit is contained in:
parent
1dfbb87f26
commit
6c2d83d998
1 changed files with 5 additions and 5 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -21143,9 +21143,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-use": {
|
||||
"version": "17.4.1",
|
||||
"resolved": "https://registry.npmjs.org/react-use/-/react-use-17.4.1.tgz",
|
||||
"integrity": "sha512-f3EdGM5ea+2EEIkfgggE+Jhza7uEek8aEMTpd1TQnyqGAD4wew3CMVshiXEP6kstjBE4XUGoKVxttqio76ijNw==",
|
||||
"version": "17.4.2",
|
||||
"resolved": "https://registry.npmjs.org/react-use/-/react-use-17.4.2.tgz",
|
||||
"integrity": "sha512-1jPtmWLD8OJJNYCdYLJEH/HM+bPDfJuyGwCYeJFgPmWY8ttwpgZnW5QnzgM55CYUByUiTjHxsGOnEpLl6yQaoQ==",
|
||||
"dependencies": {
|
||||
"@types/js-cookie": "^2.2.6",
|
||||
"@xobotyi/scrollbar-width": "^1.9.5",
|
||||
|
@ -21163,8 +21163,8 @@
|
|||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/react-use/node_modules/fast-deep-equal": {
|
||||
|
|
Loading…
Reference in a new issue