From da2c70f89779ab72c6d4a918e875f3b3dc6d2304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 09:29:06 +0100 Subject: [PATCH] chore(deps): bump react-hot-keys from 2.6.2 to 2.7.0 (#182) Bumps [react-hot-keys](https://github.com/jaywcjlove/react-hotkeys) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/jaywcjlove/react-hotkeys/releases) - [Commits](https://github.com/jaywcjlove/react-hotkeys/compare/v2.6.2...v2.7.0) --- updated-dependencies: - dependency-name: react-hot-keys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf2ac914..00ed8306 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-clock": "3.0.0", "react-color-gradient-picker": "0.1.2", "react-dom": "17.0.2", - "react-hot-keys": "2.6.2", + "react-hot-keys": "2.7.0", "react-modal": "3.14.3", "react-sortable-hoc": "2.0.0", "react-toastify": "8.0.2",