Skip to content

Commit 125eb65

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.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] <[email protected]>
1 parent 60fb7e5 commit 125eb65

File tree

2 files changed

+1324
-729
lines changed

2 files changed

+1324
-729
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"devDependencies": {
3434
"@foxglove/eslint-plugin": "2.1.0",
3535
"@foxglove/tsconfig": "2.0.0",
36-
"@types/jest": "29.5.14",
36+
"@types/jest": "30.0.0",
3737
"eslint": "9.28.0",
38-
"jest": "29.7.0",
38+
"jest": "30.0.3",
3939
"prettier": "3.6.2",
4040
"rimraf": "6.0.1",
4141
"ts-jest": "29.4.0",

0 commit comments

Comments
 (0)