Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native).


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 `@types/react` from 18.3.12 to 19.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-native` from 0.75.4 to 0.76.6
- [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.6/packages/react-native)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 900290e commit 271fecf
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 740 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test:ios:run": "xcrun simctl install Booted ios/build/Build/Products/Release-iphonesimulator/ReactTestApp.app && maestro test .maestro"
},
"dependencies": {
"react": "^18.3.0",
"react-native": "^0.75.0"
"react": "^19.0.0",
"react-native": "^0.76.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@release-it/conventional-changelog": "^8.0.0",
"@types/color-rgba": "^2.1.3",
"@types/jest": "^29.5.0",
"@types/react": "^18.3.0",
"@types/react": "^19.0.7",
"commitlint": "^19.0.0",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
Expand All @@ -88,8 +88,8 @@
"jest": "^29.7.0",
"jest-extended": "^4.0",
"prettier": "^3.0.3",
"react": "^18.3.0",
"react-native": "^0.75.0",
"react": "^19.0.0",
"react-native": "^0.76.6",
"react-native-builder-bob": "^0.30.0",
"release-it": "^17.0.0",
"turbo": "^2.0.11",
Expand Down
Loading

0 comments on commit 271fecf

Please sign in to comment.