diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index cd06bd2035..1e6c50866f 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -26,6 +26,7 @@ "@backstage/backend-common": "^0.14.1-next.1", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0-next.0", + "@types/express": "^4.17.6", "express": "^4.18.1", "jose": "^4.6.0", "node-fetch": "^2.6.7", @@ -33,7 +34,6 @@ }, "devDependencies": { "@backstage/cli": "^0.18.0-next.1", - "@types/express": "^4.17.6", "lodash": "^4.17.21", "msw": "^0.43.0", "uuid": "^8.0.0"