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"