Skip to content

Commit c4fea57

Browse files
chore(deps): bump the mobile-npm group across 1 directory with 8 updates
Bumps the mobile-npm group with 8 updates in the /clients/mobile directory: | Package | From | To | | --- | --- | --- | | [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | `1.11.0` | `2.0.0` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.7` | `8.0.1` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.29.7` | `8.0.0` | | [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.0` | `20.2.0` | | [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.1.0` | `20.2.0` | | [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.1.0` | `20.2.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` | Updates `react-native-get-random-values` from 1.11.0 to 2.0.0 - [Release notes](https://github.com/LinusU/react-native-get-random-values/releases) - [Commits](LinusU/react-native-get-random-values@v1.11.0...v2.0.0) Updates `@babel/core` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core) Updates `@babel/runtime` from 7.29.7 to 8.0.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.0/packages/babel-runtime) Updates `@react-native-community/cli` from 20.1.0 to 20.2.0 - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli) Updates `@react-native-community/cli-platform-android` from 20.1.0 to 20.2.0 - [Release notes](https://github.com/react-native-community/cli/releases) - [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/platform-android) Updates `@react-native-community/cli-platform-ios` from 20.1.0 to 20.2.0 - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli-platform-ios) 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 `@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: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: mobile-npm - dependency-name: "@babel/runtime" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: mobile-npm - dependency-name: "@react-native-community/cli" dependency-version: 20.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: mobile-npm - dependency-name: "@react-native-community/cli-platform-android" dependency-version: 20.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: mobile-npm - dependency-name: "@react-native-community/cli-platform-ios" dependency-version: 20.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: mobile-npm - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: mobile-npm - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: mobile-npm - dependency-name: react-native-get-random-values dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mobile-npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6980116 commit c4fea57

2 files changed

Lines changed: 1636 additions & 596 deletions

File tree

clients/mobile/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"qrcode-generator": "2.0.4",
2121
"react": "19.2.7",
2222
"react-native": "0.86.0",
23-
"react-native-get-random-values": "1.11.0",
23+
"react-native-get-random-values": "2.0.0",
2424
"react-native-safe-area-context": "5.8.0",
2525
"text-encoding-polyfill": "0.6.7"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.29.7",
29-
"@babel/runtime": "7.29.7",
30-
"@react-native-community/cli": "20.1.0",
31-
"@react-native-community/cli-platform-android": "20.1.0",
32-
"@react-native-community/cli-platform-ios": "20.1.0",
28+
"@babel/core": "8.0.1",
29+
"@babel/runtime": "8.0.0",
30+
"@react-native-community/cli": "20.2.0",
31+
"@react-native-community/cli-platform-android": "20.2.0",
32+
"@react-native-community/cli-platform-ios": "20.2.0",
3333
"@react-native/babel-preset": "0.86.0",
3434
"@react-native/jest-preset": "0.86.0",
3535
"@react-native/metro-config": "0.86.0",
36-
"@types/jest": "29.5.14",
36+
"@types/jest": "30.0.0",
3737
"@types/qrcode-generator": "1.0.6",
3838
"@types/react": "19.2.17",
3939
"@types/react-test-renderer": "19.1.0",
4040
"eslint": "10.7.0",
41-
"jest": "29.7.0",
41+
"jest": "30.4.2",
4242
"prettier": "3.9.5",
4343
"react-test-renderer": "19.2.7",
4444
"typescript": "5.9.3",

0 commit comments

Comments
 (0)