Skip to content

Commit

Permalink
chore(topology): update topology to be compatible with backstage 1.18…
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshiGupta authored Oct 12, 2023
1 parent 8351aba commit 2b96df7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugins/topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2b96df7

Please sign in to comment.