From 1101e99d63d3390cde23b4540d3d5e553ab19f96 Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Tue, 20 Oct 2020 16:19:12 -0400 Subject: [PATCH] move type dependecy --- plugins/cost-insights/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index aff4762385..f94c467ab3 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -31,7 +31,6 @@ "@material-ui/styles": "^4.9.6", "@types/react": "^16.9", "@types/recharts": "^1.8.14", - "@types/yup": "^0.29.8", "canvas": "^2.6.1", "classnames": "^2.2.6", "history": "^5.0.0", @@ -52,6 +51,7 @@ "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", "@types/node": "^12.0.0", + "@types/yup": "^0.29.8", "jest-fetch-mock": "^3.0.3", "msw": "^0.20.5", "node-fetch": "^2.6.1"