Skip to content

Commit 0145b15

Browse files
chore(deps): update dependency @types/jest to v30
1 parent b23c7ab commit 0145b15

File tree

3 files changed

+11
-190
lines changed

3 files changed

+11
-190
lines changed

apps/jest-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/core": "~7.27.0",
1414
"@babel/preset-env": "~7.27.0",
1515
"@babel/preset-typescript": "~7.27.0",
16-
"@types/jest": "~29.5.0",
16+
"@types/jest": "~30.0.0",
1717
"babel-plugin-module-resolver": "~5.0.0",
1818
"jest": "~30.0.0"
1919
}

apps/jest-tsjest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@nighttrax/foo": "workspace:*"
1111
},
1212
"devDependencies": {
13-
"@types/jest": "~29.5.0",
13+
"@types/jest": "~30.0.0",
1414
"@jest/types": "~30.0.0",
1515
"@types/node": "~22.15.0",
1616
"jest": "~30.0.0",

0 commit comments

Comments
 (0)