Skip to content

Commit 51ac18c

Browse files
build(deps): bump react-use from 17.2.0 to 17.2.1 (#4712)
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](streamich/react-use@v17.2.0...v17.2.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1177091 commit 51ac18c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"react-router-dom": "^5.2.0",
158158
"react-spring": "next",
159159
"react-tiny-popover": "5",
160-
"react-use": "^17.2.0",
160+
"react-use": "^17.2.1",
161161
"react-visibility-sensor": "^5.0.2",
162162
"unist-util-visit": "^2.0.3",
163163
"webpack-pwa-manifest": "^4.3.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,11 @@
22962296
dependencies:
22972297
"@types/istanbul-lib-report" "*"
22982298

2299+
"@types/js-cookie@^2.2.6":
2300+
version "2.2.6"
2301+
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.6.tgz#f1a1cb35aff47bc5cfb05cb0c441ca91e914c26f"
2302+
integrity sha512-+oY0FDTO2GYKEV0YPvSshGq9t7YozVkgvXLty7zogQNuCxBhT9/3INX9Q7H1aRZ4SUDRXAKlJuA4EA5nTt7SNw==
2303+
22992304
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
23002305
version "7.0.6"
23012306
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -10599,11 +10604,12 @@ react-universal-interface@^0.6.2:
1059910604
resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b"
1060010605
integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==
1060110606

10602-
react-use@^17.2.0:
10603-
version "17.2.0"
10604-
resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.2.0.tgz#27ee3f3520b243b58fc710d6a0705f69f26fba7c"
10605-
integrity sha512-gmQQ02hBtU90E2AtwUSp1XgYulSyi18NjGLlOzCZXwjhK+TbUFL1jPqoznqsSlJ38KWu8SeLIzmz2TpalJDeiQ==
10607+
react-use@^17.2.1:
10608+
version "17.2.1"
10609+
resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.2.1.tgz#c81e12544115ed049c7deba1e3bb3d977dfee9b8"
10610+
integrity sha512-9r51/at7/Nr/nEP4CsHz+pl800EAqhIY9R6O68m68kaWc8slDAfx1UrIedQqpsb4ImddFYb+6hF1i5Vj4u4Cnw==
1060610611
dependencies:
10612+
"@types/js-cookie" "^2.2.6"
1060710613
"@xobotyi/scrollbar-width" "^1.9.5"
1060810614
copy-to-clipboard "^3.3.1"
1060910615
fast-deep-equal "^3.1.3"

0 commit comments

Comments
 (0)