Move @types packages to devDependencies in cli-module-config and cli-module-create-github-app

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-14 17:12:41 +01:00
parent 95a5771b47
commit 2fae035613
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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"
}