Skip to content

Commit ef8921d

Browse files
chore: update jest to major version 30 (#34)
Updated `jest` and `@types/jest` to major version 30 to fix possible issues and keep dependencies up to date. Co-authored-by: Giovanni Baratta <bargiovi@hotmail.it>
1 parent 2387219 commit ef8921d

2 files changed

Lines changed: 1060 additions & 611 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@nestjs/testing": "11.1.14",
6767
"@types/chance": "1.1.7",
6868
"@types/express": "5.0.6",
69-
"@types/jest": "29.5.14",
69+
"@types/jest": "30.0.0",
7070
"@types/jsonwebtoken": "9.0.10",
7171
"@types/node": "22.19.13",
7272
"@types/nodemailer": "6.4.23",
@@ -85,7 +85,7 @@
8585
"expect-more-jest": "5.5.0",
8686
"generate-license-file": "4.1.1",
8787
"ioredis": "5.10.0",
88-
"jest": "29.7.0",
88+
"jest": "30.2.0",
8989
"license-checker-rseidelsohn": "4.4.2",
9090
"node-loader": "2.1.0",
9191
"prettier": "3.8.1",

0 commit comments

Comments
 (0)