From 6e09602f4e0633602542682e0398692661c4a019 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 26 Mar 2021 12:09:56 +0000 Subject: [PATCH] package bump Signed-off-by: Andrew Johnson --- plugins/github-deployments/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index d83b2c8abd..c030d33322 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -21,9 +21,9 @@ }, "dependencies": { "@backstage/catalog-model": "^0.7.4", - "@backstage/core": "^0.7.2", + "@backstage/core": "^0.7.3", "@backstage/plugin-catalog-react": "^0.1.3", - "@backstage/theme": "^0.2.4", + "@backstage/theme": "^0.2.5", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", @@ -34,7 +34,7 @@ "react-use": "^15.3.3" }, "devDependencies": { - "@backstage/cli": "^0.6.5", + "@backstage/cli": "^0.6.6", "@backstage/dev-utils": "^0.1.13", "@backstage/test-utils": "^0.1.9", "@testing-library/jest-dom": "^5.10.1",