Skip to content

Commit

Permalink
chore: Update to React 19 (#487)
Browse files Browse the repository at this point in the history
Bumps the react group with 1 update in the /example directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react).
Bumps the react group with 1 update in the /packages/react-native-nitro-image directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react).
Bumps the react group with 1 update in the /packages/react-native-nitro-modules directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react).
Bumps the react group with 1 update in the /packages/template directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react).

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent dcbe33e commit f11ecbc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@react-navigation/bottom-tabs": "^7.0.1",
"@react-navigation/native": "^7.0.0",
"deep-equal": "^2.2.3",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.6",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/react": "*",
"jest": "*",
"nitro-codegen": "*",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.6",
"react-native-nitro-modules": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/jest": "*",
"@types/react": "*",
"jest": "*",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.6",
"react-native-builder-bob": "^0.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-prettier": "^5.2.1",
"nitro-codegen": "*",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react": "^19.0.0",
"react-native": "^0.76.6",
"react-native-nitro-modules": "*",
"typescript": "^5.5.4"
Expand Down

0 comments on commit f11ecbc

Please sign in to comment.