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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user