From 79aad75ce745b69094c7056344b1e6d4cfc3fc92 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Sat, 17 Jun 2023 11:57:57 +1000 Subject: [PATCH] Updates from Backstage linting Signed-off-by: Matt Ray --- plugins/opencost/package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/plugins/opencost/package.json b/plugins/opencost/package.json index 4c493136c0..f14d85e28f 100644 --- a/plugins/opencost/package.json +++ b/plugins/opencost/package.json @@ -25,13 +25,20 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/theme": "workspace:^", + "@date-io/date-fns": "^2.16.0", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.60", - "react-use": "^17.2.4" + "@material-ui/pickers": "^3.3.10", + "@material-ui/styles": "^4.11.5", + "date-fns": "^2.30.0", + "lodash": "^4.17.21", + "react-use": "^17.2.4", + "recharts": "^2.7.0" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router-dom": "*" }, "devDependencies": { "@backstage/cli": "workspace:^",