Skip to content

Commit 09413c3

Browse files
Update jest monorepo to v30
1 parent fe8cf77 commit 09413c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"watch:test": "jest --watch"
5050
},
5151
"dependencies": {
52-
"@jest/reporters": "^29.0.0",
53-
"@jest/test-result": "^29.0.0",
54-
"@jest/types": "^29.0.0",
55-
"@types/jest": "^29.0.0",
52+
"@jest/reporters": "^30.0.0",
53+
"@jest/test-result": "^30.0.0",
54+
"@jest/types": "^30.0.0",
55+
"@types/jest": "^30.0.0",
5656
"ansi-parser": "^3.2.10",
5757
"bootstrap": "^5.0.0",
5858
"chalk": "^4.1.0",
@@ -75,8 +75,8 @@
7575
"browserify": "17.0.0",
7676
"codecov": "3.8.3",
7777
"coveralls": "3.1.1",
78-
"jest": "29.6.2",
79-
"jest-environment-jsdom": "29.6.2",
78+
"jest": "30.1.1",
79+
"jest-environment-jsdom": "30.1.1",
8080
"jest-environment-node-debug": "2.0.0",
8181
"jest-image-snapshot": "6.2.0",
8282
"jest-junit": "15",

0 commit comments

Comments
 (0)