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