diff --git a/plugins/entity-feedback/package.json b/plugins/entity-feedback/package.json index de9eff54209b5b..6197745a38c1c2 100644 --- a/plugins/entity-feedback/package.json +++ b/plugins/entity-feedback/package.json @@ -28,11 +28,11 @@ }, "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/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",