From eeedf0cdfa78d1aa46553749f19cba874551aab9 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Wed, 29 May 2024 15:49:19 +0200 Subject: [PATCH] chore(deps): revert dependency on shared-react 2.6.3 to 2.6.2 (#1736) Signed-off-by: Christoph Jerolimov --- plugins/acr/package.json | 2 +- plugins/openshift-image-registry/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/acr/package.json b/plugins/acr/package.json index ec2e478a3a..e7873757aa 100644 --- a/plugins/acr/package.json +++ b/plugins/acr/package.json @@ -30,7 +30,7 @@ "@backstage/core-plugin-api": "^1.9.2", "@backstage/plugin-catalog-react": "^1.11.3", "@backstage/theme": "^0.5.3", - "@janus-idp/shared-react": "2.6.3", + "@janus-idp/shared-react": "2.6.2", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.45", diff --git a/plugins/openshift-image-registry/package.json b/plugins/openshift-image-registry/package.json index 9e77d197e7..6853fda932 100644 --- a/plugins/openshift-image-registry/package.json +++ b/plugins/openshift-image-registry/package.json @@ -31,7 +31,7 @@ "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.45", - "@janus-idp/shared-react": "2.6.3", + "@janus-idp/shared-react": "2.6.2", "react-use": "^17.4.0" }, "peerDependencies": {