From 3837147f2e013f9ccc700adb237238773d1bb8d1 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Thu, 8 Oct 2020 20:29:50 -0600 Subject: [PATCH] Move dependencies --- plugins/cost-insights/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index 6a38c40ecf..8609bc316f 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -29,6 +29,8 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", "@material-ui/styles": "^4.9.6", + "@types/react": "^16.9", + "@types/recharts": "^1.8.14", "canvas": "^2.6.1", "classnames": "^2.2.6", "history": "^5.0.0", @@ -48,8 +50,6 @@ "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", "@types/node": "^12.0.0", - "@types/react": "^16.9", - "@types/recharts": "^1.8.14", "jest-fetch-mock": "^3.0.3", "msw": "^0.20.5", "node-fetch": "^2.6.1"