From 812fe6bf9990666b2443d2c1714efa678a89453b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 11:48:10 +0000 Subject: [PATCH] Update dependency react-use to v17 Signed-off-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 916fcbe11..adb0dea5b 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-router-bootstrap": "0.25.0", "react-router-dom": "5.2.0", "react-scripts": "4.0.2", - "react-use": "16.0.0", + "react-use": "17.1.0", "redux": "4.0.5", "ts-mockery": "1.2.0", "typescript": "4.1.3", diff --git a/yarn.lock b/yarn.lock index 1809655a7..f37b36a7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12830,10 +12830,10 @@ react-universal-interface@^0.6.2: resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -react-use@16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-16.0.0.tgz#3db1f76b6e3d03ec2c1bc3ffb4cd1c5767a415af" - integrity sha512-7KfFi3t+Qhm05Ia+Fi1S8A0zfsQ9y0FANzvwcSjEzbUJA9Q4aSTyvBkxN2OJjs7U6iO+FD+5y8jM89PiFiowuA== +react-use@17.1.0: + version "17.1.0" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.1.0.tgz#a2db05f7cca2f09a6b90b2151cd4c620e9582fe8" + integrity sha512-BVVG5FWXYhfkQcGhtSYNx3wPh5bvOZieH2iq1h6/WYTDCScade1JqoM5XRHPkYXfFzAzhb8QlAtt9Suj8yAumA== dependencies: "@xobotyi/scrollbar-width" "^1.9.5" copy-to-clipboard "^3.3.1"