aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-12 06:24:02 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit47faae994db98ee3cf871e8ba3bb8c31fb8019c4 (patch)
treebe93db4c3196f4ef874966c2b8da6f8fa6015555
parent303be14573033d94204e0247ac712a3db5b972b2 (diff)
Bump react-use from 17.2.0 to 17.2.1
Bumps [react-use](https://github.com/streamich/react-use) from 17.2.0 to 17.2.1. - [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.2.0...v17.2.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vnext/package-lock.json12
-rw-r--r--vnext/package.json2
2 files changed, 10 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index ec2b59c7..7c76c030 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -3668,6 +3668,11 @@
"@types/istanbul-lib-report": "*"
}
},
+ "@types/js-cookie": {
+ "version": "2.2.6",
+ "resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-2.2.6.tgz",
+ "integrity": "sha512-+oY0FDTO2GYKEV0YPvSshGq9t7YozVkgvXLty7zogQNuCxBhT9/3INX9Q7H1aRZ4SUDRXAKlJuA4EA5nTt7SNw=="
+ },
"@types/json-schema": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz",
@@ -13628,10 +13633,11 @@
"integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw=="
},
"react-use": {
- "version": "17.2.0",
- "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.2.0.tgz",
- "integrity": "sha512-gmQQ02hBtU90E2AtwUSp1XgYulSyi18NjGLlOzCZXwjhK+TbUFL1jPqoznqsSlJ38KWu8SeLIzmz2TpalJDeiQ==",
+ "version": "17.2.1",
+ "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.2.1.tgz",
+ "integrity": "sha512-9r51/at7/Nr/nEP4CsHz+pl800EAqhIY9R6O68m68kaWc8slDAfx1UrIedQqpsb4ImddFYb+6hF1i5Vj4u4Cnw==",
"requires": {
+ "@types/js-cookie": "^2.2.6",
"@xobotyi/scrollbar-width": "^1.9.5",
"copy-to-clipboard": "^3.3.1",
"fast-deep-equal": "^3.1.3",
diff --git a/vnext/package.json b/vnext/package.json
index 929f344e..24107936 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.2.0",
+ "react-use": "^17.2.1",
"react-use-form-state": "^0.13.2",
"regenerator-runtime": "^0.13.7",
"svg4everybody": "^2.1.9",