diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 4721e0dd30afd4..01733f73f7dc57 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -28,11 +28,11 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/core-components": "0.1.0", + "@backstage/core-plugin-api": "0.1.0", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-tech-insights-common": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/plugin-tech-insights-common": "0.1.0", "@backstage/theme": "workspace:^", "@backstage/types": "workspace:^", "@material-ui/core": "^4.12.2",