From afb968c02170669d05d1a8b55f9d86436770c113 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Fri, 7 May 2021 17:09:41 +0200 Subject: [PATCH] Update react-use version Signed-off-by: Marcus Eide --- plugins/shortcuts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 7c60f54485..f87fe0e683 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -30,7 +30,7 @@ "react-dom": "^16.13.1", "react-hook-form": "^7.1.1", "react-router": "6.0.0-beta.0", - "react-use": "^15.3.3", + "react-use": "^17.2.4", "uuid": "^8.3.2", "zen-observable": "^0.8.15" },