Skip to content

Commit e0f48af

Browse files
chore(deps-dev): bump the jest group across 1 directory with 2 updates
Bumps the jest group with 2 updates in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest). Updates `jest` from 29.7.0 to 30.4.2 - [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.4.2/packages/jest) Updates `babel-jest` from 29.7.0 to 30.4.1 - [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.4.1/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 835a647 commit e0f48af

5 files changed

Lines changed: 2577 additions & 678 deletions

File tree

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@react-native/metro-config": "^0.81.6",
3636
"@swc/core": "^1.15.40",
3737
"@types/react": "^19.1.0",
38-
"babel-jest": "^29.7.0",
38+
"babel-jest": "^30.4.1",
3939
"esbuild": "^0.25.12",
4040
"flow-remove-types": "^2.314.0",
41-
"jest": "^29.7.0",
41+
"jest": "^30.4.2",
4242
"react-refresh": "^0.14.0",
4343
"react-test-renderer": "19.2.3",
4444
"typescript": "^5.4.0"

packages/@lucid-softworks/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"devDependencies": {
4141
"@react-native-community/cli-types": "^19.1.2",
42-
"@types/jest": "^29.5.12",
42+
"@types/jest": "^30.0.0",
4343
"@types/node": "^20.11.0",
4444
"@types/ws": "^8.5.10",
45-
"jest": "^29.7.0",
45+
"jest": "^30.4.2",
4646
"ts-jest": "^29.1.2",
4747
"typescript": "^5.4.0"
4848
}

packages/@lucid-softworks/react-native-linux-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@react-native/codegen": "^0.81.6"
3030
},
3131
"devDependencies": {
32-
"@types/jest": "^29.5.12",
32+
"@types/jest": "^30.0.0",
3333
"@types/node": "^20.11.0",
34-
"jest": "^29.7.0",
34+
"jest": "^30.4.2",
3535
"ts-jest": "^29.1.2",
3636
"typescript": "^5.4.0"
3737
},

0 commit comments

Comments
 (0)