Skip to content

Commit 5890ca4

Browse files
Bump jest and @types/jest
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d95d3d commit 5890ca4

File tree

2 files changed

+755
-437
lines changed

2 files changed

+755
-437
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@babel/core": "^7.24.7",
1818
"@babel/preset-env": "^7.24.7",
1919
"@eslint/js": "^9.25.0",
20-
"@types/jest": "^29.5.12",
20+
"@types/jest": "^30.0.0",
2121
"@types/node": "^24.6.1",
2222
"@vercel/ncc": "^0.38.1",
2323
"babel-plugin-transform-import-meta": "^2.2.1",
2424
"eslint": "^9.25.0",
25-
"jest": "^29.7.0",
25+
"jest": "^30.2.0",
2626
"nodemon": "^3.1.10",
2727
"prettier": "3.3.2",
2828
"ts-jest": "^29.1.5",

0 commit comments

Comments
 (0)