Fix remaining undeclared imports in cli-module-new and cli-module-test-jest

Add missing devDependencies to cli-module-new and add cleye, yargs,
and jest-cli peer dependency to cli-module-test-jest.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-14 16:57:58 +01:00
parent 86509de5c8
commit 95a5771b47
4 changed files with 13 additions and 2 deletions
+3
View File
@@ -49,7 +49,10 @@
"zod-validation-error": "^4.0.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@types/fs-extra": "^11.0.0",
"@types/inquirer": "^8",
"@types/lodash": "^4.14.151",