From c40c2fe1e00d22d05d745f669ec976ab473cb018 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Fri, 17 Dec 2021 01:11:58 +0530 Subject: [PATCH] unused packages removed Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/package.json | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json index 44c31187bf..2f307af8c1 100644 --- a/plugins/newrelic-dashboard/package.json +++ b/plugins/newrelic-dashboard/package.json @@ -20,33 +20,22 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/catalog-model": "^0.9.7", - "@backstage/core-components": "^0.8.0", - "@backstage/core-plugin-api": "^0.3.0", - "@backstage/plugin-catalog-react": "^0.6.5", - "@backstage/theme": "^0.2.14", + "@backstage/catalog-model": "^0.9.8", + "@backstage/core-components": "^0.8.1", + "@backstage/core-plugin-api": "^0.3.1", + "@backstage/plugin-catalog-react": "^0.6.7", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "react-use": "^17.2.4" }, - "peerDependencies": { - "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0", - "react-dom": "^16.13.1 || ^17.0.0" - }, "devDependencies": { - "@backstage/cli": "^0.10.1", - "@backstage/core-app-api": "^0.2.0", + "@backstage/cli": "^0.10.2", "@backstage/dev-utils": "^0.2.14", - "@backstage/test-utils": "^0.1.24", "@testing-library/jest-dom": "^5.10.1", - "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^13.1.8", - "@types/jest": "^26.0.7", - "@types/node": "^14.14.32", + "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.0.6", - "msw": "^0.35.0" + "react": "^16.13.1 || ^17.0.0" }, "files": [ "dist"