mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
fix(deps): update dependency react-hotkeys-hook to v2.1.4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e15d8894d1
commit
203ffeba57
14
ui/package-lock.json
generated
14
ui/package-lock.json
generated
@@ -12007,9 +12007,9 @@
|
||||
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
|
||||
},
|
||||
"hotkeys-js": {
|
||||
"version": "3.7.6",
|
||||
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.6.tgz",
|
||||
"integrity": "sha512-X5d16trjp79o+OaCn7syXu0cs+TkLYlK/teE5FhpD1Cj9ROcEIhfIQ7Mhrk761ynF3NQLbLn5xRojP2UuSqDAw=="
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.1.tgz",
|
||||
"integrity": "sha512-YlhVQtyG9f1b7GhtzdhR0Pl+cImD1ZrKI6zYUa7QLd0zuThiL7RzZ+ANJyy7z+kmcCpNYBf5PjBa3CjiQ5PFpw=="
|
||||
},
|
||||
"hpack.js": {
|
||||
"version": "2.1.6",
|
||||
@@ -18902,11 +18902,11 @@
|
||||
}
|
||||
},
|
||||
"react-hotkeys-hook": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.3.tgz",
|
||||
"integrity": "sha512-p4cH9n4c8Ac3kkNIf6a/97sLEJq+nnhP7fpT0bHhTwByZhBDU3j5hluu00FomxE3hMzJWk4knYG5ZuUM/qVJPw==",
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.4.tgz",
|
||||
"integrity": "sha512-gnz74B7NNbVUl8ea0FUaAnJpFcEi9JLLJA2WEstzQoaiWUl0NWH9KW6U0i6twJc8d/cONZizi0WDgYSRXxqhVQ==",
|
||||
"requires": {
|
||||
"hotkeys-js": "3.7.6"
|
||||
"hotkeys-js": "3.8.1"
|
||||
}
|
||||
},
|
||||
"react-idle-timer": {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-day-picker": "7.4.8",
|
||||
"react-dom": "16.13.1",
|
||||
"react-highlighter": "0.4.3",
|
||||
"react-hotkeys-hook": "2.1.3",
|
||||
"react-hotkeys-hook": "2.1.4",
|
||||
"react-idle-timer": "4.2.12",
|
||||
"react-input-range": "1.3.0",
|
||||
"react-js-pagination": "3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user