From 41ce9105c65ac2b889b20e2461b1d84aabd5c64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 9 Apr 2021 13:38:30 +0200 Subject: [PATCH] fix: move all deps to devDependecies --- frontend/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fa868a62b5..5b88950eeb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "test": "react-scripts test", "prepublish": "yarn run build" }, - "dependencies": { + "devDependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.57", @@ -51,6 +51,7 @@ "debounce": "^1.2.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", + "enzyme-to-json": "^3.6.1", "fetch-mock": "^9.11.0", "immutable": "^4.0.0-rc.12", "lodash.clonedeep": "^4.5.0", @@ -105,8 +106,5 @@ } }, - "proxy": "http://localhost:4242", - "devDependencies": { - "enzyme-to-json": "^3.6.1" - } + "proxy": "http://localhost:4242" }