Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 6 updates

Bumps the development-dependencies group with 6 updates in the /example directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.75.4` | `0.76.5` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.75.4` | `0.76.5` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.5` |
| [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) | `1.3.17` | `2.0.1` |
| [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) | `0.30.3` | `0.35.2` |
| [react-native-test-app](https://github.com/microsoft/react-native-test-app) | `3.10.22` | `4.0.8` |



Updates `@react-native/babel-preset` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.75.4...v0.76.5)

Updates `@react-native/metro-config` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/metro-config)

Updates `@react-native/typescript-config` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/typescript-config)

Updates `@rnx-kit/metro-config` from 1.3.17 to 2.0.1
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/[email protected]/packages/metro-config)

Updates `react-native-builder-bob` from 0.30.3 to 0.35.2
- [Release notes](https://github.com/callstack/react-native-builder-bob/releases)
- [Changelog](https://github.com/callstack/react-native-builder-bob/blob/main/packages/react-native-builder-bob/CHANGELOG.md)
- [Commits](https://github.com/callstack/react-native-builder-bob/commits/[email protected]/packages/react-native-builder-bob)

Updates `react-native-test-app` from 3.10.22 to 4.0.8
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](microsoft/react-native-test-app@3.10.22...4.0.8)

---
updated-dependencies:
- dependency-name: "@react-native/babel-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/typescript-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rnx-kit/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: react-native-builder-bob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: react-native-test-app
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 900290e commit 30aa290
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.75.0",
"@react-native/metro-config": "^0.75.0",
"@react-native/typescript-config": "^0.75.0",
"@rnx-kit/metro-config": "^1.3.15",
"@react-native/babel-preset": "^0.76.5",
"@react-native/metro-config": "^0.76.5",
"@react-native/typescript-config": "^0.76.5",
"@rnx-kit/metro-config": "^2.0.1",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.30.0",
"react-native-test-app": "^3.9.0"
"react-native-builder-bob": "^0.35.2",
"react-native-test-app": "^4.0.8"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 30aa290

Please sign in to comment.