Fix jest peer dependency in cli-module-test-jest

Change peer dependency from jest-cli to jest to match the actual
runtime usage of require('jest') and the original @backstage/cli
peer dependency declaration.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 23:30:19 +01:00
parent 6395e35c6a
commit ac96393a12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
},
"peerDependencies": {
"@jest/environment-jsdom-abstract": "^30.0.0",
"jest-cli": "^29.0.0 || ^30.0.0",
"jest": "^29.0.0 || ^30.0.0",
"jest-environment-jsdom": "*",
"jsdom": "^27.1.0"
},