diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index 9dd223548f..6300015949 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,5 +1,9 @@ ### Dependencies +* **@janus-idp/shared-react:** upgraded to 2.10.2 + +### Dependencies + * **@janus-idp/shared-react:** upgraded to 2.10.1 ### Dependencies diff --git a/plugins/topology/package.json b/plugins/topology/package.json index e86a529200..c8f0513951 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.27.1", + "version": "1.27.2", "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.3.0", - "@janus-idp/shared-react": "2.10.1", + "@janus-idp/shared-react": "2.10.2", "@kubernetes/client-node": "^0.20.0", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.11.3",