diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json index c975f3687f345f..005e45448574ef 100644 --- a/plugins/github-issues/package.json +++ b/plugins/github-issues/package.json @@ -23,11 +23,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/integration": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/integration": "0.1.0", + "@backstage/plugin-catalog-react": "0.0.1", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.9.1",