From 2fae0356135a91811fefa6530511eb25c6d9e69e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 14 Mar 2026 17:12:41 +0100 Subject: [PATCH] Move @types packages to devDependencies in cli-module-config and cli-module-create-github-app Signed-off-by: Patrik Oldsberg Made-with: Cursor --- packages/cli-module-config/package.json | 4 ++-- packages/cli-module-create-github-app/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli-module-config/package.json b/packages/cli-module-config/package.json index b73f3d0f71..4c281dcaa3 100644 --- a/packages/cli-module-config/package.json +++ b/packages/cli-module-config/package.json @@ -38,7 +38,6 @@ "@backstage/config-loader": "workspace:^", "@backstage/types": "workspace:^", "@manypkg/get-packages": "^1.1.3", - "@types/json-schema": "^7.0.6", "chalk": "^4.0.0", "cleye": "^2.3.0", "json-schema": "^0.4.0", @@ -46,7 +45,8 @@ "yaml": "^2.0.0" }, "devDependencies": { - "@backstage/cli": "workspace:^" + "@backstage/cli": "workspace:^", + "@types/json-schema": "^7.0.6" }, "bin": "bin/cli-module-config" } diff --git a/packages/cli-module-create-github-app/package.json b/packages/cli-module-create-github-app/package.json index 4056cbf28c..9b342a4551 100644 --- a/packages/cli-module-create-github-app/package.json +++ b/packages/cli-module-create-github-app/package.json @@ -35,7 +35,6 @@ "@backstage/cli-common": "workspace:^", "@backstage/cli-node": "workspace:^", "@octokit/request": "^8.0.0", - "@types/express": "^4.17.6", "chalk": "^4.0.0", "cleye": "^2.3.0", "express": "^4.22.0", @@ -46,6 +45,7 @@ }, "devDependencies": { "@backstage/cli": "workspace:^", + "@types/express": "^4.17.6", "@types/fs-extra": "^11.0.0" }, "bin": "bin/cli-module-create-github-app"