From fa1e7d9ebf163b6b272ca2161f9ff8e41f9d1faf Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Thu, 8 Oct 2020 20:21:16 -0600 Subject: [PATCH] Add @types/react dependency --- plugins/cost-insights/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index a9b6a646c4..6a38c40ecf 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -48,6 +48,7 @@ "@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",