Skip to content

Commit a5ca21d

Browse files
[npm] 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.4 - [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.4/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.4 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]>
1 parent 5eefa1a commit a5ca21d

File tree

2 files changed

+998
-423
lines changed

2 files changed

+998
-423
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@types/readable-stream": "^4.0.18",
3131
"webpack": "^5.97.1",
3232
"ts-loader": "^9.5.1",
33-
"jest": "^29.7.0",
33+
"jest": "^30.0.5",
3434
"@jest/globals": "^29.7.0",
35-
"@types/jest": "^29.5.14",
35+
"@types/jest": "^30.0.0",
3636
"ts-jest": "^29.3.4",
3737
"jest-environment-jsdom": "^29.7.0",
3838
"msw": "^2.8.4",

0 commit comments

Comments
 (0)