diff options
author | dependabot[bot] | 2021-01-11 07:45:18 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | c8ee3e5a8bf5697b3683aeeba0a224461a6e572b (patch) | |
tree | ad76819111ea155e48baa257daca2b5ca631ace8 | |
parent | 7fb59f54d86c56e9e717dfab0fbe301cfe079258 (diff) |
Bump react-use from 15.3.6 to 15.3.8
Bumps [react-use](https://github.com/streamich/react-use) from 15.3.6 to 15.3.8.
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/react-use/compare/v15.3.6...v15.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index fc57421d..01ddf474 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12825,9 +12825,9 @@ "integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" }, "react-use": { - "version": "15.3.6", - "resolved": "https://registry.npmjs.org/react-use/-/react-use-15.3.6.tgz", - "integrity": "sha512-LlvFJK3FBEhiHmo1wXIIQGAke4U3vUHNQJmmjedLUbdXvG6SccF4CtwbL//SYF/pNaGr+3qtPQxEN0VwEQYQwg==", + "version": "15.3.8", + "resolved": "https://registry.npmjs.org/react-use/-/react-use-15.3.8.tgz", + "integrity": "sha512-GeGcrmGuUvZrY5wER3Lnph9DSYhZt5nEjped4eKDq8BRGr2CnLf9bDQWG9RFc7oCPphnscUUdOovzq0E5F2c6Q==", "requires": { "@types/js-cookie": "2.2.6", "@xobotyi/scrollbar-width": "1.9.5", diff --git a/vnext/package.json b/vnext/package.json index e9af1894..023c0ecb 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -84,7 +84,7 @@ "react-cookie": "^4.0.3", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", - "react-use": "^15.3.6", + "react-use": "^15.3.8", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", |