Skip to content

Commit 4cb56ad

Browse files
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.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-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 c7a0d95 commit 4cb56ad

File tree

2 files changed

+1242
-438
lines changed

2 files changed

+1242
-438
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
"@quilted/react-testing": "0.5.27",
6565
"@react-native-community/eslint-config": "^3.0.3",
6666
"@shopify/eslint-plugin": "^41.3.1",
67-
"@types/jest": "^29.5.10",
67+
"@types/jest": "^30.0.0",
6868
"@types/react": "^18.0.24",
6969
"babel-jest": "^28.1.1",
7070
"enhanced-resolve": "^5.9.3",
7171
"eslint": "8.57.1",
7272
"gh-pages": "^6.2.0",
73-
"jest": "^29.7.0",
73+
"jest": "^30.0.4",
7474
"metro-react-native-babel-preset": "^0.77.0",
7575
"prettier": "^2.7.1",
7676
"react": "18.3.1",

0 commit comments

Comments
 (0)