fix(deps): update dependency react-hotkeys-hook to v3.4.0

This commit is contained in:
Renovate Bot
2021-07-23 12:21:07 +00:00
committed by Łukasz Mierzwa
parent 619d6a6d08
commit 97a9941bb0
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -20175,9 +20175,9 @@
}
},
"react-hotkeys-hook": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.3.tgz",
"integrity": "sha512-V+4PRCZa41Irqcw0nDSeEF7pRIk+o0AH8LyGGF5ZEBTFnTsb6gc+9G3qB4lXHNfEmyMBGLxzPWenQ09JcwCGfQ==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.0.tgz",
"integrity": "sha512-TFtMNb9ALuL3uvtqGpaehwCeua3uYCrG3dKUqd+hEI2UgbVU94ifA1AEeemXSF6K81llPDX1RZvp7teUEQzAPA==",
"requires": {
"hotkeys-js": "3.8.7"
}

View File

@@ -40,7 +40,7 @@
"react-cool-dimensions": "2.0.7",
"react-day-picker": "7.4.10",
"react-dom": "17.0.2",
"react-hotkeys-hook": "3.3.3",
"react-hotkeys-hook": "3.4.0",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "8.32.0",
"react-js-pagination": "3.0.3",