diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index 48a825f93beab7..20b58fcaa0dd95 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/package.json @@ -23,12 +23,12 @@ }, "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/dev-utils": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", "@backstage/test-utils": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61",