aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-11 06:30:31 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit7a02b8411b28abef21794a27396f2e0ec5988626 (patch)
tree4fc6a9c47194ccd432b5c80073f117c28fe76222 /vnext
parent0175df0c735ed45437e6733ad070929bfca3f40a (diff)
Bump react-use from 17.1.1 to 17.2.0
Bumps [react-use](https://github.com/streamich/react-use) from 17.1.1 to 17.2.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.1.1...v17.2.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json12
-rw-r--r--vnext/package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 9bda23fc..74a567e9 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -5991,9 +5991,9 @@
}
},
"csstype": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz",
- "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw=="
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz",
+ "integrity": "sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g=="
},
"dashdash": {
"version": "1.14.1",
@@ -13628,9 +13628,9 @@
"integrity": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw=="
},
"react-use": {
- "version": "17.1.1",
- "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.1.1.tgz",
- "integrity": "sha512-DfDRlODcjO8shjz37cjyS99c+JDXvMNvasGiHNCGUpSp1ZEU+dxthf5Cvz0GuUFNGZayu81t86IjolsX/Fj+8g==",
+ "version": "17.2.0",
+ "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.2.0.tgz",
+ "integrity": "sha512-gmQQ02hBtU90E2AtwUSp1XgYulSyi18NjGLlOzCZXwjhK+TbUFL1jPqoznqsSlJ38KWu8SeLIzmz2TpalJDeiQ==",
"requires": {
"@xobotyi/scrollbar-width": "^1.9.5",
"copy-to-clipboard": "^3.3.1",
diff --git a/vnext/package.json b/vnext/package.json
index 1adf684d..61d98a2f 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.1.1",
+ "react-use": "^17.2.0",
"react-use-form-state": "^0.13.2",
"regenerator-runtime": "^0.13.7",
"svg4everybody": "^2.1.9",