Upgrade react-hotkeys-hook

This commit is contained in:
Lim Chee Aun 2023-03-18 21:39:55 +08:00
parent 4f3d503a35
commit aea06e0d26
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -24,7 +24,7 @@
"p-retry": "~5.1.2",
"p-throttle": "~5.0.0",
"preact": "~10.13.1",
"react-hotkeys-hook": "~4.3.7",
"react-hotkeys-hook": "~4.3.8",
"react-intersection-observer": "~9.4.3",
"react-router-dom": "6.6.2",
"string-length": "~5.0.1",
@ -5794,9 +5794,9 @@
}
},
"node_modules/react-hotkeys-hook": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz",
"integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz",
"integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"
@ -11069,9 +11069,9 @@
}
},
"react-hotkeys-hook": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz",
"integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz",
"integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==",
"requires": {}
},
"react-intersection-observer": {

View file

@ -26,7 +26,7 @@
"p-retry": "~5.1.2",
"p-throttle": "~5.0.0",
"preact": "~10.13.1",
"react-hotkeys-hook": "~4.3.7",
"react-hotkeys-hook": "~4.3.8",
"react-intersection-observer": "~9.4.3",
"react-router-dom": "6.6.2",
"string-length": "~5.0.1",