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

This commit is contained in:
Renovate Bot
2020-10-27 07:33:43 +00:00
committed by renovate[bot]
parent 1733c6d45d
commit 224f10b82e
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -17979,9 +17979,9 @@
}
},
"react-hotkeys-hook": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.3.1.tgz",
"integrity": "sha512-5zutx5e7LuVcSlYTCSOu+WKuvRHiIRc4VJKUzQ+caqn4ibveLtN3MdaIear6I3BAdUeAkOw2uwp8r3OyrSAbqw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.4.0.tgz",
"integrity": "sha512-Veh9FUe+iXab+lZ5shPoyGDnFBu5codQ15omOXiOvCC/Q5QfTY1lefLVx/Zi2NnYBSXfkfQbhnpE+Rnhi2+wBw==",
"requires": {
"hotkeys-js": "3.8.1"
}

View File

@@ -64,7 +64,7 @@
"react-day-picker": "7.4.8",
"react-dom": "16.14.0",
"react-highlighter": "0.4.3",
"react-hotkeys-hook": "2.3.1",
"react-hotkeys-hook": "2.4.0",
"react-idle-timer": "4.4.2",
"react-input-range": "1.3.0",
"react-intersection-observer": "8.29.1",