From 922a6af4c5832ac39dfd200ff6e2573e0ebe9093 Mon Sep 17 00:00:00 2001 From: DrMint Date: Sun, 23 Oct 2022 06:23:13 +0200 Subject: [PATCH] Removed useless dep --- README.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d6b9e9..ca8bae7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ - Persistent app state using LocalStorage - Accessibility - Gestures using [react-swipeable](https://www.npmjs.com/package/react-swipeable) - - Keyboard hotkeys using [react-hot-keys](https://www.npmjs.com/package/react-hot-keys) + - Keyboard hotkeys using [react-hotkeys-hook](https://www.npmjs.com/package/react-hotkeys-hook) - Support for light and dark mode with a manual switch and system's selected theme by default - Fonts can be swaped to [OpenDyslexic](https://www.npmjs.com/package/@fontsource/opendyslexic) - Multilingual diff --git a/package.json b/package.json index 54e0fa6..55b422c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "rc-slider": "^10.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-hot-keys": "^2.7.2", "react-hotkeys-hook": "^3.4.7", "react-swipeable": "^7.0.0", "react-zoom-pan-pinch": "^2.1.3",