Skip to content

Commit 5c25a77

Browse files
chore(deps): 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 24.9.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 27.4.1 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a94c745 commit 5c25a77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/persisted-queries/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.1.1",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "^29.0.3",
6+
"@types/jest": "^30.0.0",
77
"@types/node": "^22.10.5",
88
"@types/react": "^19.0.3",
99
"@types/react-dom": "^19.2.0",

examples/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.1.1",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "^29.0.3",
6+
"@types/jest": "^30.0.0",
77
"@types/node": "^22.10.5",
88
"@types/react": "^18.0.0",
99
"@types/react-dom": "^19.0.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@rollup/plugin-node-resolve": "^15.2.3",
3232
"@rollup/plugin-terser": "^0.4.4",
3333
"@testing-library/cypress": "^10.0.2",
34-
"@types/jest": "^29.0.3",
34+
"@types/jest": "^30.0.0",
3535
"babel-jest": "^29.0.1",
3636
"cross-env": "^7.0.3",
3737
"cypress": "^13.11.0",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-react": "^7.23.2",
4444
"eslint-plugin-react-hooks": "^4.0.0",
4545
"husky": "^9.0.11",
46-
"jest": "^29.0.1",
46+
"jest": "^30.2.0",
4747
"jest-environment-jsdom": "^29.0.1",
4848
"jest-environment-node": "^29.0.1",
4949
"lerna": "^8.1.2",

0 commit comments

Comments
 (0)