Merge pull request #9037 from scratchfoundation/renovate/react-use-17.x
Some checks are pending
CI/CD / build-and-test-and-maybe-deploy (push) Waiting to run
Transifex Push / transifex-push (push) Waiting to run

fix(deps): update dependency react-use to v17.6.0
This commit is contained in:
renovate[bot] 2024-12-13 01:38:09 +00:00 committed by GitHub
commit 154e1e1a18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -21,7 +21,7 @@
"react-onclickoutside": "6.13.0",
"react-router-dom": "5.3.4",
"react-twitter-embed": "3.0.3",
"react-use": "17.5.1",
"react-use": "17.6.0",
"scratch-parser": "6.0.0",
"scratch-storage": "2.3.284"
},
@ -20644,9 +20644,9 @@
}
},
"node_modules/react-use": {
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/react-use/-/react-use-17.5.1.tgz",
"integrity": "sha512-LG/uPEVRflLWMwi3j/sZqR00nF6JGqTTDblkXK2nzXsIvij06hXl1V/MZIlwj1OKIQUtlh1l9jK8gLsRyCQxMg==",
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/react-use/-/react-use-17.6.0.tgz",
"integrity": "sha512-OmedEScUMKFfzn1Ir8dBxiLLSOzhKe/dPZwVxcujweSj45aNM7BEGPb9BEVIgVEqEXx6f3/TsXzwIktNgUR02g==",
"license": "Unlicense",
"dependencies": {
"@types/js-cookie": "^2.2.6",

View file

@ -56,7 +56,7 @@
"react-onclickoutside": "6.13.0",
"react-router-dom": "5.3.4",
"react-twitter-embed": "3.0.3",
"react-use": "17.5.1",
"react-use": "17.6.0",
"scratch-parser": "6.0.0",
"scratch-storage": "2.3.284"
},