From 00edec2b153b2672b1fd5010df6397ba6f8d91c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 04:24:13 +0000 Subject: [PATCH] build(deps): bump react-use from 17.2.1 to 17.3.2 Bumps [react-use](https://github.com/streamich/react-use) from 17.2.1 to 17.3.2. - [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.1...v17.3.2) --- updated-dependencies: - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b2719443333d..393b75ddfc08 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "react-router-dom": "^5.2.0", "react-spring": "next", "react-tiny-popover": "5", - "react-use": "^17.2.1", + "react-use": "^17.3.2", "react-visibility-sensor": "^5.0.2", "unist-util-visit": "^2.0.3", "webpack-pwa-manifest": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index e8240f5180da..4303bc6ac311 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10626,10 +10626,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@^17.2.1: - version "17.2.1" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.2.1.tgz#c81e12544115ed049c7deba1e3bb3d977dfee9b8" - integrity sha512-9r51/at7/Nr/nEP4CsHz+pl800EAqhIY9R6O68m68kaWc8slDAfx1UrIedQqpsb4ImddFYb+6hF1i5Vj4u4Cnw== +react-use@^17.3.2: + version "17.3.2" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.3.2.tgz#448abf515f47c41c32455024db28167cb6e53be8" + integrity sha512-bj7OD0/1wL03KyWmzFXAFe425zziuTf7q8olwCYBfOeFHY1qfO1FAMjROQLsLZYwG4Rx63xAfb7XAbBrJsZmEw== dependencies: "@types/js-cookie" "^2.2.6" "@xobotyi/scrollbar-width" "^1.9.5"