diff --git a/plugins/techdocs-addons-contrib/package.json b/plugins/techdocs-addons-contrib/package.json index 28a77044ef..1a71d01f14 100644 --- a/plugins/techdocs-addons-contrib/package.json +++ b/plugins/techdocs-addons-contrib/package.json @@ -34,8 +34,8 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/core-components": "^0.9.3-next.1", - "@backstage/core-plugin-api": "^1.0.0", + "@backstage/core-components": "^0.9.3-next.2", + "@backstage/core-plugin-api": "^1.0.1-next.0", "@backstage/integration": "^1.1.0-next.2", "@backstage/integration-react": "^1.0.1-next.1", "@backstage/plugin-techdocs-react": "^0.1.0-next.0", @@ -50,10 +50,10 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.17.0-next.2", - "@backstage/core-app-api": "^1.0.1-next.0", - "@backstage/dev-utils": "^1.0.1-next.0", - "@backstage/test-utils": "^1.0.1-next.1", + "@backstage/cli": "^0.17.0-next.3", + "@backstage/core-app-api": "^1.0.1-next.1", + "@backstage/dev-utils": "^1.0.1-next.1", + "@backstage/test-utils": "^1.0.1-next.2", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0",