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

This commit is contained in:
Renovate Bot
2020-08-29 13:43:33 +00:00
committed by Łukasz Mierzwa
parent a84943a048
commit c9f0d47498
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -17415,9 +17415,9 @@
}
},
"react-hotkeys-hook": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.2.2.tgz",
"integrity": "sha512-5XBGCSleJZ7AzQ+wCoFeJj/myByIzqgR3D97xRNEQsGOsFvXLp4V8rbDbHceTqGq7WDjQmX96zegViz8U5CwMQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.3.0.tgz",
"integrity": "sha512-CSR9IYR0PzZwLBqwZh4NE+W4wa+VIlnaD6KMjZ3x7MQNAD1Zm7Css7D8ZoN9nEDg4DwlTsuCSnBhkwGe0XTVZw==",
"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.2.2",
"react-hotkeys-hook": "2.3.0",
"react-idle-timer": "4.3.6",
"react-input-range": "1.3.0",
"react-intersection-observer": "8.27.1",