diff --git a/plugins/badges-backend/package.json b/plugins/badges-backend/package.json
index f3bdef761c..470e718b3f 100644
--- a/plugins/badges-backend/package.json
+++ b/plugins/badges-backend/package.json
@@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.5.2",
- "@backstage/catalog-model": "^0.7.1",
- "@backstage/config": "^0.1.2",
+ "@backstage/backend-common": "^0.5.5",
+ "@backstage/catalog-model": "^0.7.3",
+ "@backstage/config": "^0.1.3",
"@types/express": "^4.17.6",
"badge-maker": "^3.3.0",
"cors": "^2.8.5",
@@ -43,7 +43,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.6.0",
+ "@backstage/cli": "^0.6.3",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2"
},
diff --git a/plugins/badges/package.json b/plugins/badges/package.json
index 65e09e2524..afc930aacf 100644
--- a/plugins/badges/package.json
+++ b/plugins/badges/package.json
@@ -20,9 +20,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-model": "^0.7.1",
- "@backstage/core": "^0.6.1",
- "@backstage/plugin-catalog-react": "^0.0.3",
+ "@backstage/catalog-model": "^0.7.3",
+ "@backstage/core": "^0.7.0",
+ "@backstage/plugin-catalog-react": "^0.1.1",
"@backstage/theme": "^0.2.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -33,14 +33,14 @@
"react-use": "^15.3.3"
},
"devDependencies": {
- "@backstage/cli": "^0.6.0",
- "@backstage/dev-utils": "^0.1.10",
- "@backstage/test-utils": "^0.1.7",
+ "@backstage/cli": "^0.6.3",
+ "@backstage/dev-utils": "^0.1.13",
+ "@backstage/test-utils": "^0.1.8",
"@testing-library/jest-dom": "^5.10.1",
- "@testing-library/react": "^10.4.1",
+ "@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
- "@types/node": "^12.0.0",
+ "@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"msw": "^0.21.2"
},
diff --git a/plugins/catalog/src/components/EntityPageLayout/EntityPageLayout.tsx b/plugins/catalog/src/components/EntityPageLayout/EntityPageLayout.tsx
index 663825b409..64a51f2bb8 100644
--- a/plugins/catalog/src/components/EntityPageLayout/EntityPageLayout.tsx
+++ b/plugins/catalog/src/components/EntityPageLayout/EntityPageLayout.tsx
@@ -132,7 +132,8 @@ export const EntityPageLayout = ({ children }: PropsWithChildren<{}>) => {
setBadgesDialogOpen(true)}
- onUnregisterEntity={showRemovalDialog} />
+ onUnregisterEntity={showRemovalDialog}
+ />
>
)}
@@ -170,6 +171,7 @@ export const EntityPageLayout = ({ children }: PropsWithChildren<{}>) => {
onClose={() => setBadgesDialogOpen(false)}
/>
)}
+