diff --git a/plugins/allure/package.json b/plugins/allure/package.json index f4809128ff0c44..56b8f61b3ae969 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -23,11 +23,11 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61",