diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index 8f7c897402..1485ae950a 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,5 +1,10 @@ ### Dependencies +* **@janus-idp/shared-react:** upgraded to 2.11.1 +* **@janus-idp/cli:** upgraded to 1.15.0 + +### Dependencies + * **@janus-idp/backstage-plugin-topology-common:** upgraded to 1.4.0 * **@janus-idp/shared-react:** upgraded to 2.11.0 * **@janus-idp/cli:** upgraded to 1.14.0 diff --git a/plugins/topology/package.json b/plugins/topology/package.json index 3769aab230..05f1fddf76 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.28.0", + "version": "1.28.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@backstage/plugin-permission-react": "^0.4.24", "@backstage/theme": "^0.5.6", "@janus-idp/backstage-plugin-topology-common": "1.4.0", - "@janus-idp/shared-react": "2.11.0", + "@janus-idp/shared-react": "2.11.1", "@kubernetes/client-node": "^0.20.0", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.11.3", @@ -72,7 +72,7 @@ "@backstage/core-app-api": "1.14.1", "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", - "@janus-idp/cli": "1.14.0", + "@janus-idp/cli": "1.15.0", "@redhat-developer/red-hat-developer-hub-theme": "0.2.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.3.1",