From 63f8b920b9a58948f5075a32c683c18c25c2ce76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:27:42 +0000 Subject: [PATCH] build(deps): bump react-hotkeys-hook from 4.6.2 to 5.3.2 Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.6.2 to 5.3.2. - [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases) - [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md) - [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.6.2...v.5.3.2) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4135ac1..18223ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.2", - "react-hotkeys-hook": "^4.6.2", + "react-hotkeys-hook": "^5.3.2", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.4", "sonner": "^1.7.4", @@ -5177,13 +5177,16 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.2.tgz", - "integrity": "sha512-FmP+ZriY3EG59Ug/lxNfrObCnW9xQShgk7Nb83+CkpfkcCpfS95ydv+E9JuXA5cp8KtskU7LGlIARpkc92X22Q==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.3.2.tgz", + "integrity": "sha512-DDDy9xK6mbTQ6aPlQvIl0dA/a90T/AWml4Rm21JXFDLlRHalIg4/Rv3equUQYs5xPTWq+oEl6RD7mi/nBpU3Uw==", "license": "MIT", + "workspaces": [ + "packages/*" + ], "peerDependencies": { - "react": ">=16.8.1", - "react-dom": ">=16.8.1" + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/react-refresh": { diff --git a/package.json b/package.json index 12664ee..e3703e8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.2", - "react-hotkeys-hook": "^4.6.2", + "react-hotkeys-hook": "^5.3.2", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.4", "sonner": "^1.7.4",