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