Skip to content

Commit 847c1f2

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.5 - [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.5/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.5 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 0db8cc9 commit 847c1f2

File tree

2 files changed

+782
-643
lines changed

2 files changed

+782
-643
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/react": "^16.2.0",
5555
"@testing-library/user-event": "14.6.1",
5656
"@types/eslint": "^9.6.1",
57-
"@types/jest": "^29.5.14",
57+
"@types/jest": "^30.0.0",
5858
"@types/node": "22.15.30",
5959
"@types/react": "^19.1.0",
6060
"@types/react-dom": "^19.1.2",
@@ -72,7 +72,7 @@
7272
"eslint-plugin-react-hooks": "^5.1.0",
7373
"eslint-plugin-unused-imports": "^4.1.4",
7474
"husky": "9.1.7",
75-
"jest": "^29.7.0",
75+
"jest": "^30.0.5",
7676
"jest-canvas-mock": "^2.5.2",
7777
"jest-environment-jsdom": "^29.7.0",
7878
"lint-staged": "^16.0.0",

0 commit comments

Comments
 (0)