Skip to content

Commit d6ba5da

Browse files
build(deps-dev): bump jest in the jest-core group across 1 directory
Bumps the jest-core group with 1 update in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). Updates `jest` from 30.2.0 to 30.3.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.3.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jest-core ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88060c6 commit d6ba5da

2 files changed

Lines changed: 44 additions & 646 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^25.6.0",
3333
"eslint": "^8.57.1",
3434
"eslint-plugin-jest": "^29.15.2",
35-
"jest": "^30.2.0",
35+
"jest": "^30.3.0",
3636
"jest-environment-jsdom": "^30.2.0",
3737
"jest-fetch-mock": "^3.0.3",
3838
"prettier": "^3.8.3",
@@ -45,12 +45,12 @@
4545
"typescript": "5.9.3"
4646
},
4747
"resolutions": {
48-
"jest": "^30.2.0",
48+
"jest": "^30.3.0",
4949
"jest-circus": "^30.2.0",
5050
"node-fetch": "^2.6.7"
5151
},
5252
"overrides": {
53-
"jest": "^30.2.0",
53+
"jest": "^30.3.0",
5454
"jest-circus": "^30.2.0",
5555
"node-fetch": "^2.6.7"
5656
},

0 commit comments

Comments
 (0)