diff --git a/plugins/entity-feedback/package.json b/plugins/entity-feedback/package.json index de9eff54209b5b..69591dd8edf4fe 100644 --- a/plugins/entity-feedback/package.json +++ b/plugins/entity-feedback/package.json @@ -27,12 +27,12 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-entity-feedback-common": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/plugin-entity-feedback-common": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1",