Skip to content

Commit e452889

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.2.0 - [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.2.0/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.2.0 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 19d5365 commit e452889

File tree

2 files changed

+1218
-359
lines changed

2 files changed

+1218
-359
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/eslint": "8.56.5",
9393
"@types/fs-extra": "11.0.4",
9494
"@types/generate-changelog": "1.8.3",
95-
"@types/jest": "29.5.14",
95+
"@types/jest": "30.0.0",
9696
"@types/js-cookie": "3.0.6",
9797
"@types/jsdom": "21.1.7",
9898
"@types/keyboardjs": "2.5.3",
@@ -137,7 +137,7 @@
137137
"husky": "9.1.7",
138138
"i18next-scanner": "4.6.0",
139139
"intersection-observer": "0.12.2",
140-
"jest": "29.7.0",
140+
"jest": "30.2.0",
141141
"jest-canvas-mock": "2.5.2",
142142
"jest-environment-jsdom": "29.7.0",
143143
"jest-jasmine2": "29.7.0",

0 commit comments

Comments
 (0)