From 9cbe8b9609d2eac79dd2695184e00fccd8cc47e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Tue, 31 Mar 2020 12:34:49 +0200 Subject: [PATCH] Hotfix for bug in react-scripts --- app/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 89a116e..b5138de 100644 --- a/app/package.json +++ b/app/package.json @@ -28,7 +28,7 @@ "react-intl": "^3.4.0", "react-redux": "^7.1.1", "react-router-dom": "^5.1.2", - "react-scripts": "^3.3.0", + "react-scripts": "3.0.1", "redux": "^4.0.4", "redux-logger": "^3.0.6", "redux-persist": "^6.0.0", @@ -56,11 +56,7 @@ ], "devDependencies": { "electron": "^7.1.1", - "eslint": "^6.5.1", - "eslint-plugin-import": "^2.18.2", - "eslint-plugin-react": "^7.16.0", "foreman": "^3.0.1", - "jest": "^24.9.0", "redux-mock-store": "^1.5.3" } }