From 6be6fcfb0dcb3cf5ca5097d4afdead7f551a36cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 00:04:09 +0300 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 674af7c02..38d67bd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 431e1908f..a4a5e4f91 100644 --- a/package.json +++ b/package.json @@ -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",