Bump react-hotkeys-hook from 3.3.0 to 3.3.1 (#437)

Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/3.3.0...3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-29 00:04:09 +03:00
committed by GitHub
parent 8eb07cf5fd
commit 6be6fcfb0d
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.3.0",
"react-hotkeys-hook": "^3.3.1",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
@@ -7899,11 +7899,15 @@
"integrity": "sha512-GgDUuT3Yfhl1BOcMl862uAFbCixSomtm3CVlQQ1qVu9Tq5BN2uUIRUIXP8l2Gy99eLUrBqU9x4E7N+si9cnvaw=="
},
"node_modules/react-hotkeys-hook": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.0.tgz",
"integrity": "sha512-DbxcZpswAcJKc0Fw5oTWeRImGLVerDlMU8ndIAH5Waed8wvpafk/F2i43BZo2O3Ftn/RzQsD4EFU8e8FSjVFTg==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.1.tgz",
"integrity": "sha512-y6eCMEysh09lIgRQvIC76L7ehqUWf/7h8VlqT6w7RRnim5CX5CXldo64+CjWanIcgr++q5yTNwr7A/8DXA1u9A==",
"dependencies": {
"hotkeys-js": "3.8.3"
},
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"
}
},
"node_modules/react-icons": {
@@ -16206,9 +16210,9 @@
"integrity": "sha512-GgDUuT3Yfhl1BOcMl862uAFbCixSomtm3CVlQQ1qVu9Tq5BN2uUIRUIXP8l2Gy99eLUrBqU9x4E7N+si9cnvaw=="
},
"react-hotkeys-hook": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.0.tgz",
"integrity": "sha512-DbxcZpswAcJKc0Fw5oTWeRImGLVerDlMU8ndIAH5Waed8wvpafk/F2i43BZo2O3Ftn/RzQsD4EFU8e8FSjVFTg==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.1.tgz",
"integrity": "sha512-y6eCMEysh09lIgRQvIC76L7ehqUWf/7h8VlqT6w7RRnim5CX5CXldo64+CjWanIcgr++q5yTNwr7A/8DXA1u9A==",
"requires": {
"hotkeys-js": "3.8.3"
}

View File

@@ -53,7 +53,7 @@
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.3.0",
"react-hotkeys-hook": "^3.3.1",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",