Skip to content

Commit 1c1459d

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 87b629e commit 1c1459d

File tree

3 files changed

+1334
-426
lines changed

3 files changed

+1334
-426
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@react-native/babel-preset": "0.79.1",
2525
"@react-native/metro-config": "0.79.1",
2626
"@react-native/typescript-config": "0.79.2",
27-
"@types/jest": "^29.5.13",
27+
"@types/jest": "^30.0.0",
2828
"@types/node": "^24.0.3",
2929
"@types/react": "^19.0.0",
3030
"@types/react-test-renderer": "^19.0.0",
3131
"detox": "^20.37.0",
32-
"jest": "^29.7.0",
32+
"jest": "^30.2.0",
3333
"pod-install": "^1.0.7",
3434
"ts-node": "^10.9.2",
3535
"typescript": "~5.5.4"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@react-native/babel-preset": "0.79.1",
5959
"@react-native/eslint-config": "0.79.2",
6060
"@release-it/conventional-changelog": "^10.0.0",
61-
"@types/jest": "^29.5.10",
61+
"@types/jest": "^30.0.0",
6262
"@types/node": "^24.0.3",
6363
"@types/react": "~18.3.1",
6464
"commitlint": "^20.1.0",
@@ -67,7 +67,7 @@
6767
"eslint-config-prettier": "^10.1.8",
6868
"eslint-plugin-detox": "^1.0.0",
6969
"eslint-plugin-prettier": "^5.0.1",
70-
"jest": "^29.7.0",
70+
"jest": "^30.2.0",
7171
"pod-install": "^1.0.7",
7272
"prettier": "^3.1.0",
7373
"react": "18.3.1",

0 commit comments

Comments
 (0)