From b7b2d09cf5f3d0e9a48cad51a183149e0eaf8925 Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Thu, 23 Dec 2021 18:16:38 +0100 Subject: [PATCH] Move devDependencies Signed-off-by: Julio Zynger --- plugins/gocd/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index f94dcf6790..ff6bef99f2 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -36,8 +36,6 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "@types/lodash": "^4.14.173", - "@types/luxon": "^2.0.4", "lodash": "^4.17.21", "luxon": "^2.0.2", "qs": "^6.10.1", @@ -54,6 +52,8 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.1.8", "@types/jest": "^26.0.7", + "@types/lodash": "^4.14.173", + "@types/luxon": "^2.0.4", "@types/node": "^14.14.32", "cross-fetch": "^3.0.6", "msw": "^0.35.0"