fix(deps): update dependency react-hotkeys-hook to v2.2.0

This commit is contained in:
Renovate Bot
2020-07-23 18:44:03 +00:00
committed by Łukasz Mierzwa
parent 86e7333179
commit 302360f304
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -17091,9 +17091,9 @@
}
},
"react-hotkeys-hook": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.4.tgz",
"integrity": "sha512-gnz74B7NNbVUl8ea0FUaAnJpFcEi9JLLJA2WEstzQoaiWUl0NWH9KW6U0i6twJc8d/cONZizi0WDgYSRXxqhVQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.2.0.tgz",
"integrity": "sha512-xNiRLY7TSE5sreyOoBFoes+pZn/FUW8PArQEO+zwxcJSKTd5MF8qGXfvzdxK4ISboZ61gXNpyR24KfDLVEmbbg==",
"requires": {
"hotkeys-js": "3.8.1"
}

View File

@@ -62,7 +62,7 @@
"react-day-picker": "7.4.8",
"react-dom": "16.13.1",
"react-highlighter": "0.4.3",
"react-hotkeys-hook": "2.1.4",
"react-hotkeys-hook": "2.2.0",
"react-idle-timer": "4.3.4",
"react-input-range": "1.3.0",
"react-intersection-observer": "8.26.2",