From 91a3831fd13d03eeea6ddd74c2886e4d9d5895c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:10:44 +0000 Subject: [PATCH] build(deps): bump react-use from 17.5.1 to 17.6.0 Bumps [react-use](https://github.com/streamich/react-use) from 17.5.1 to 17.6.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.5.1...v17.6.0) --- updated-dependencies: - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29754c3fc7..b234c88047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23182,9 +23182,9 @@ } }, "node_modules/react-use": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.5.1.tgz", - "integrity": "sha512-LG/uPEVRflLWMwi3j/sZqR00nF6JGqTTDblkXK2nzXsIvij06hXl1V/MZIlwj1OKIQUtlh1l9jK8gLsRyCQxMg==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/react-use/-/react-use-17.6.0.tgz", + "integrity": "sha512-OmedEScUMKFfzn1Ir8dBxiLLSOzhKe/dPZwVxcujweSj45aNM7BEGPb9BEVIgVEqEXx6f3/TsXzwIktNgUR02g==", "dependencies": { "@types/js-cookie": "^2.2.6", "@xobotyi/scrollbar-width": "^1.9.5", @@ -28028,7 +28028,7 @@ "ariakit": "2.0.0-next.44", "d3": "7.9.0", "modern-css-reset": "1.4.0", - "react-use": "17.5.1", + "react-use": "17.6.0", "snarkdown": "2.0.0", "use-query-params": "2.2.1" }, diff --git a/packages/ui/package.json b/packages/ui/package.json index 3f7a1eb8c8..f752b78d8e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -78,7 +78,7 @@ "ariakit": "2.0.0-next.44", "d3": "7.9.0", "modern-css-reset": "1.4.0", - "react-use": "17.5.1", + "react-use": "17.6.0", "snarkdown": "2.0.0", "use-query-params": "2.2.1" }