Skip to content

Commit 6b8c93f

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] <[email protected]>
1 parent 4f38dc4 commit 6b8c93f

File tree

2 files changed

+964
-552
lines changed

2 files changed

+964
-552
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@tonstudio/pgen": "^0.0.1",
118118
"@types/diff": "^7.0.0",
119119
"@types/glob": "^8.1.0",
120-
"@types/jest": "^29.5.12",
120+
"@types/jest": "^30.0.0",
121121
"@types/node": "^22.5.0",
122122
"@typescript-eslint/eslint-plugin": "^8.21.0",
123123
"@typescript-eslint/parser": "^8.21.0",
@@ -135,7 +135,7 @@
135135
"eslint-plugin-jest": "^28.11.0",
136136
"fast-check": "^4.0.0",
137137
"husky": "^9.1.5",
138-
"jest": "^29.3.1",
138+
"jest": "^30.0.4",
139139
"jest-environment-node": "^29.3.1",
140140
"knip": "^5.24.1",
141141
"prando": "^6.0.1",

0 commit comments

Comments
 (0)