Skip to content

Commit c6518c2

Browse files
Bump jest and @types/jest (#195)
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 30.0.0 to 30.0.4 - [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.4/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.4 dependency-type: direct:development update-type: version-update:semver-patch - 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 a084913 commit c6518c2

File tree

2 files changed

+333
-546
lines changed

2 files changed

+333
-546
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@testing-library/react": "16.3.0",
4747
"@testing-library/react-hooks": "8.0.1",
4848
"@testing-library/user-event": "^14.5.2",
49-
"@types/jest": "29.5.14",
49+
"@types/jest": "30.0.0",
5050
"@types/lodash": "4.17.20",
5151
"@types/node": "22.16.4",
5252
"@types/react": "18.3.12",
@@ -62,7 +62,7 @@
6262
"eslint-plugin-react": "^7.37.2",
6363
"eslint-plugin-react-hooks": "^5.0.0",
6464
"identity-obj-proxy": "^3.0.0",
65-
"jest": "30.0.0",
65+
"jest": "30.0.4",
6666
"jest-environment-jsdom": "^30.0.0",
6767
"lefthook": "^1.9.2",
6868
"node-notifier": "^10.0.1",

0 commit comments

Comments
 (0)