mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
fix(deps): update dependency react-hotkeys-hook to v4.4.0
This commit is contained in:
parent
9b1665e374
commit
90546a9a45
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -40,7 +40,7 @@
|
|||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.3.8",
|
||||
"react-hotkeys-hook": "4.4.0",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-use": "^17.4.0",
|
||||
|
@ -37159,9 +37159,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
"version": "4.3.8",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz",
|
||||
"integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz",
|
||||
"integrity": "sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw==",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.1",
|
||||
"react-dom": ">=16.8.1"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.3.8",
|
||||
"react-hotkeys-hook": "4.4.0",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-use": "^17.4.0",
|
||||
|
|
Loading…
Reference in a new issue