diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json index ff14fb2187b689..c9f169a9faa99d 100644 --- a/plugins/techdocs-addons-test-utils/package.json +++ b/plugins/techdocs-addons-test-utils/package.json @@ -32,16 +32,16 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/core-app-api": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-app-api": "0.1.0", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", "@backstage/integration-react": "workspace:^", "@backstage/plugin-catalog": "workspace:^", "@backstage/plugin-search-react": "workspace:^", - "@backstage/plugin-techdocs": "workspace:^", - "@backstage/plugin-techdocs-react": "workspace:^", - "@backstage/test-utils": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-techdocs": "0.1.1", + "@backstage/plugin-techdocs-react": "0.1.0", + "@backstage/test-utils": "0.1.1", + "@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",