diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 768e8f2b54de3e..b3c3b84e746d8e 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -22,19 +22,19 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", - "@backstage/plugin-home-react": "workspace:^", + "@backstage/config": "0.1.1", + "@backstage/core-components": "0.1.0", + "@backstage/core-plugin-api": "0.1.0", + "@backstage/plugin-home-react": "0.1.0", "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-search-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-search-react": "0.1.0", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^5.10.1", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "qs": "^6.9.4", "react-use": "^17.2.4" },