Skip to content

Commit 11e8084

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.1.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.1.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.1.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 bfb7d18 commit 11e8084

File tree

2 files changed

+1213
-361
lines changed

2 files changed

+1213
-361
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@types/eslint": "8.56.5",
9292
"@types/fs-extra": "11.0.4",
9393
"@types/generate-changelog": "1.8.3",
94-
"@types/jest": "29.5.14",
94+
"@types/jest": "30.0.0",
9595
"@types/js-cookie": "3.0.6",
9696
"@types/jsdom": "21.1.7",
9797
"@types/keyboardjs": "2.5.3",
@@ -136,7 +136,7 @@
136136
"husky": "9.1.7",
137137
"i18next-scanner": "4.6.0",
138138
"intersection-observer": "0.12.2",
139-
"jest": "29.7.0",
139+
"jest": "30.1.3",
140140
"jest-canvas-mock": "2.5.2",
141141
"jest-environment-jsdom": "29.7.0",
142142
"jest-jasmine2": "29.7.0",

0 commit comments

Comments
 (0)