diff options
author | dependabot[bot] | 2021-02-02 06:42:14 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | f691104224cf452128afa3869acd24106eadf4fd (patch) | |
tree | b82280f818ac3c3d6a49cf1bd44a829d6dbd7b30 | |
parent | 4d35a63c7328c74b3674b48f556d0a690b9086a8 (diff) |
Bump react-use from 17.0.1 to 17.1.0
Bumps [react-use](https://github.com/streamich/react-use) from 17.0.1 to 17.1.0.
- [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/v17.0.1...v17.1.0)
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 5e5a53ad..d4c2ab58 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -12802,9 +12802,9 @@ "integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" }, "react-use": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.0.1.tgz", - "integrity": "sha512-QHozZ4eEl2krm1WYsCOujq/8e9+6lD6rtMeY+1DVjZlGhyBaMFoYzixu55uVPDoj9YME4wW4LrdRHUhk118LUw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.1.0.tgz", + "integrity": "sha512-BVVG5FWXYhfkQcGhtSYNx3wPh5bvOZieH2iq1h6/WYTDCScade1JqoM5XRHPkYXfFzAzhb8QlAtt9Suj8yAumA==", "requires": { "@xobotyi/scrollbar-width": "^1.9.5", "copy-to-clipboard": "^3.3.1", diff --git a/vnext/package.json b/vnext/package.json index c51ef708..16117669 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": "^17.0.1", + "react-use": "^17.1.0", "react-use-form-state": "^0.13.2", "regenerator-runtime": "^0.13.7", "svg4everybody": "^2.1.9", |