fix(create-app): also pin jest in root and cli package.json to ~30.3.0

Keep the monorepo's own jest resolution consistent with the template
range, and update the lockfile to 30.3.0 accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-11 13:52:34 +02:00
committed by Fredrik Adelöw
parent 9198a7f03e
commit da0a5444be
3 changed files with 394 additions and 294 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
"eslint-plugin-testing-library": "^7.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.0",
"jest": "^30",
"jest": "~30.3.0",
"js-yaml": "^4.1.1",
"jsdom": "^27",
"lint-staged": "^16.0.0",
+1 -1
View File
@@ -98,7 +98,7 @@
"@types/fs-extra": "^11.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.13.14",
"jest": "^30.2.0",
"jest": "~30.3.0",
"jsdom": "^27.1.0",
"nodemon": "^3.0.1"
},
+392 -292
View File
File diff suppressed because it is too large Load Diff