From 2b96df74be9e18293aac890a9bb409052efcbf7f Mon Sep 17 00:00:00 2001 From: Divyanshi Gupta Date: Thu, 12 Oct 2023 17:46:03 +0530 Subject: [PATCH] chore(topology): update topology to be compatible with backstage 1.18.x (#832) --- plugins/topology/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/topology/package.json b/plugins/topology/package.json index 6db6130911..b91a57c397 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -23,13 +23,13 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "^1.4.1", - "@backstage/core-components": "^0.13.3", - "@backstage/core-plugin-api": "^1.5.3", - "@backstage/plugin-catalog-react": "^1.8.0", - "@backstage/plugin-kubernetes": "^0.9.3", - "@backstage/plugin-kubernetes-common": "^0.6.5", - "@backstage/theme": "^0.4.1", + "@backstage/catalog-model": "^1.4.2", + "@backstage/core-components": "^0.13.5", + "@backstage/core-plugin-api": "^1.6.0", + "@backstage/plugin-catalog-react": "^1.8.4", + "@backstage/plugin-kubernetes": "^0.10.3", + "@backstage/plugin-kubernetes-common": "^0.6.6", + "@backstage/theme": "^0.4.2", "@janus-idp/shared-react": "1.3.1", "@kubernetes/client-node": "^0.18.1", "@material-ui/core": "^4.9.13", @@ -55,9 +55,9 @@ }, "devDependencies": { "@backstage/cli": "0.22.9", - "@backstage/core-app-api": "1.9.0", - "@backstage/dev-utils": "1.0.17", - "@backstage/test-utils": "1.4.1", + "@backstage/core-app-api": "1.10.0", + "@backstage/dev-utils": "1.0.21", + "@backstage/test-utils": "1.4.3", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1",