Skip to content

Commit aa41494

Browse files
committed
Update to jest 30
1 parent 68c2894 commit aa41494

2 files changed

Lines changed: 1384 additions & 693 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"devDependencies": {
4040
"@rubensworks/eslint-config": "^1.0.0",
41-
"@types/jest": "^29.0.0",
41+
"@types/jest": "^30.0.0",
4242
"@typescript-eslint/eslint-plugin": "^4.2.0",
4343
"@typescript-eslint/parser": "^4.1.1",
4444
"coveralls": "^3.0.0",
@@ -49,11 +49,11 @@
4949
"eslint-plugin-jest": "^24.0.2",
5050
"eslint-plugin-tsdoc": "^0.2.7",
5151
"eslint-plugin-unused-imports": "^1.0.0",
52-
"jest": "^29.0.0",
52+
"jest": "^30.0.0",
5353
"manual-git-changelog": "^1.0.0",
5454
"pre-commit": "^1.2.2",
5555
"ts-jest": "^29.0.0",
56-
"typescript": "^5.0.0"
56+
"typescript": "^5.9.0"
5757
},
5858
"jest": {
5959
"transform": {
@@ -86,5 +86,6 @@
8686
"validate": "npm ls",
8787
"prepare": "npm run build",
8888
"version": "manual-git-changelog onversion"
89-
}
89+
},
90+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
9091
}

0 commit comments

Comments
 (0)