Skip to content

Commit afdcd10

Browse files
Bump jest and @types/jest (#1528)
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.2 - [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.2/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.2 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71e1279 commit afdcd10

File tree

2 files changed

+1297
-738
lines changed

2 files changed

+1297
-738
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/cls-hooked": "^4.3.9",
6464
"@types/compression": "^1.8.1",
6565
"@types/cors": "^2.8.19",
66-
"@types/jest": "^29.5.14",
66+
"@types/jest": "^30.0.0",
6767
"@types/jsonwebtoken": "^9.0.9",
6868
"@types/serve-favicon": "^2.5.7",
6969
"@types/uuid": "^10.0.0",
@@ -74,7 +74,7 @@
7474
"eslint": "^8.57.1",
7575
"eslint-config-prettier": "^10.1.5",
7676
"eslint-plugin-prettier": "^5.4.1",
77-
"jest": "^29.7.0",
77+
"jest": "^30.0.2",
7878
"nodemon": "^3.1.10",
7979
"prettier": "^3.5.3",
8080
"shx": "^0.4.0",

0 commit comments

Comments
 (0)