diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index b5ec590eb3c58d..aec949ebc4d425 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -37,12 +37,12 @@ "test": "backstage-cli package test" }, "dependencies": { - "@backstage/backend-plugin-api": "workspace:^", + "@backstage/backend-plugin-api": "0.1.0", "@backstage/catalog-client": "workspace:^", "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", - "@backstage/types": "workspace:^", + "@backstage/types": "0.1.1", "@types/express": "^4.17.6", "@types/passport": "^1.0.3", "express": "^4.17.1",