From c18fff6ae87d25123b06b65236b0f68eb3a94f45 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Fri, 17 Feb 2023 06:34:51 +0100 Subject: [PATCH] FE: remove @types/redux (#2274) * FE: remove @types/redux * Update package.json --------- Co-authored-by: gitstart --- frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ba9e1d3e05b3..0f731c45f189 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -139,7 +139,6 @@ "@types/react-redux": "^7.1.11", "@types/react-resizable": "3.0.3", "@types/react-router-dom": "^5.1.6", - "@types/redux": "^3.6.0", "@types/styled-components": "^5.1.4", "@types/uuid": "^8.3.1", "@types/vis": "^4.21.21",