Skip to content

Commit b687430

Browse files
Bump jest and @types/jest (#150)
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.0.2 - [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.0.2/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.0.2 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f8372c commit b687430

File tree

2 files changed

+900
-706
lines changed

2 files changed

+900
-706
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"meta": {},
3737
"devDependencies": {
3838
"@babel/preset-env": "^7.27.2",
39-
"@types/jest": "^29.5.14",
39+
"@types/jest": "^30.0.0",
4040
"@types/node": "^22.15.30",
4141
"@typescript-eslint/eslint-plugin": "^6.4.0",
4242
"babel-jest": "^30.0.2",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
4848
"eslint-plugin-promise": "^6.6.0",
4949
"husky": "^9.1.7",
50-
"jest": "^29.7.0",
50+
"jest": "^30.0.4",
5151
"prettier": "^3.5.3",
5252
"source-map": "^0.7.4",
5353
"ts-jest": "^29.4.0",

0 commit comments

Comments
 (0)