Skip to content

Commit 0cbe5c7

Browse files
chore(deps-dev): 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.0.3 - [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.3/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.3 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 9d86fbf commit 0cbe5c7

File tree

2 files changed

+971
-806
lines changed

2 files changed

+971
-806
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@swc/cli": "0.7.7",
4343
"@swc/core": "1.11.31",
4444
"@swc/jest": "0.2.38",
45-
"@types/jest": "29.5.14",
45+
"@types/jest": "30.0.0",
4646
"@types/lodash": "4.17.19",
4747
"@types/node": "22.15.30",
4848
"@typescript-eslint/eslint-plugin": "8.34.0",
@@ -53,7 +53,7 @@
5353
"eslint-import-resolver-custom-alias": "1.3.2",
5454
"eslint-plugin-prettier": "5.4.1",
5555
"eslint-plugin-simple-import-sort": "12.1.1",
56-
"jest": "29.7.0",
56+
"jest": "30.0.3",
5757
"markdownlint-cli": "0.45.0",
5858
"postcss": "8.5.4",
5959
"prettier": "3.5.3",

0 commit comments

Comments
 (0)