From c41c5569524163a86f30a01a5668354a411407cd Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Thu, 23 Feb 2023 09:36:52 -0500 Subject: [PATCH] Switch to regular dependency. Signed-off-by: Aramis Sennyey --- plugins/openapi-router-common/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/openapi-router-common/package.json b/plugins/openapi-router-common/package.json index 536bf7261b..695a7bfc4d 100644 --- a/plugins/openapi-router-common/package.json +++ b/plugins/openapi-router-common/package.json @@ -24,15 +24,15 @@ "postpack": "backstage-cli package postpack" }, "devDependencies": { - "@backstage/cli": "workspace:^", - "@types/express": "^4.17.6", - "@types/express-serve-static-core": "^4.17.33" + "@backstage/cli": "workspace:^" }, "files": [ "dist" ], "dependencies": { "@backstage/backend-common": "workspace:^", + "@types/express": "^4.17.6", + "@types/express-serve-static-core": "^4.17.33", "express": "^4.17.1", "express-promise-router": "^4.1.0", "json-schema-to-ts": "^2.6.2",