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:
committed by
Fredrik Adelöw
parent
9198a7f03e
commit
da0a5444be
+1
-1
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user