fix(deps): update dependency react-hotkeys-hook to v5.3.0

This commit is contained in:
Łukasz Mierzwa
2026-05-01 14:31:46 +01:00
committed by Łukasz Mierzwa
parent 9d96f08af9
commit 301268260b
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -32,7 +32,7 @@
"react-cool-dimensions": "3.0.1",
"react-day-picker": "9.14.0",
"react-dom": "19.2.5",
"react-hotkeys-hook": "5.2.4",
"react-hotkeys-hook": "5.3.0",
"react-idle-timer": "5.7.3",
"react-intersection-observer": "10.0.3",
"react-json-pretty": "2.2.0",
@@ -11284,10 +11284,13 @@
}
},
"node_modules/react-hotkeys-hook": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.2.4.tgz",
"integrity": "sha512-BgKg+A1+TawkYluh5Bo4cTmcgMN5L29uhJbDUQdHwPX+qgXRjIPYU5kIDHyxnAwCkCBiu9V5OpB2mpyeluVF2A==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.3.0.tgz",
"integrity": "sha512-/pKgBHnUJM2V8VQtGGNG89s4aX371CBt5KV8mg4Gv6JpS+m6HocnD2T+k6ymtfZ21rvCCxWqWUGpw/w5papgIQ==",
"license": "MIT",
"workspaces": [
"packages/*"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
+1 -1
View File
@@ -28,7 +28,7 @@
"react-cool-dimensions": "3.0.1",
"react-day-picker": "9.14.0",
"react-dom": "19.2.5",
"react-hotkeys-hook": "5.2.4",
"react-hotkeys-hook": "5.3.0",
"react-idle-timer": "5.7.3",
"react-intersection-observer": "10.0.3",
"react-json-pretty": "2.2.0",