Skip to content

Commit 4e3a9e1

Browse files
Update jest monorepo to v30
1 parent 03c0eee commit 4e3a9e1

File tree

2 files changed

+673
-580
lines changed

2 files changed

+673
-580
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@eslint/compat": "^1.2.0",
4343
"@eslint/eslintrc": "^3.3.0",
4444
"@eslint/js": "^9.24.0",
45-
"@jest/expect-utils": "^29.0.0",
46-
"@types/jest": "^29.0.0",
45+
"@jest/expect-utils": "^30.0.0",
46+
"@types/jest": "^30.0.0",
4747
"@typescript-eslint/eslint-plugin": "^8.29.0",
4848
"@typescript-eslint/parser": "^8.0.0",
4949
"eslint": "^9.0.0",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-prettier": "^5.2.0",
5555
"globals": "^16.0.0",
5656
"husky": "^9.0.0",
57-
"jest": "^29.0.0",
57+
"jest": "^30.0.0",
5858
"jest-serializer-ansi-escapes": "^4.0.0",
5959
"jest-watch-typeahead": "^2.0.0",
6060
"lint-staged": "~16.1.0",
@@ -64,7 +64,7 @@
6464
"typescript": "^5.0.0"
6565
},
6666
"dependencies": {
67-
"jest-diff": "^29.0.0"
67+
"jest-diff": "^30.0.0"
6868
},
6969
"engines": {
7070
"node": "^18.12.0 || ^20.9.0 || ^22.11.0 || >=23.0.0"

0 commit comments

Comments
 (0)