Skip to content

Commit

Permalink
chore(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 3b61912 commit 133543e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions examples/StarWarsMovieFinder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"expo": "~52.0.25",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.6",
"react-native-autocomplete-input": "^5.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12"
"@types/react": "~19.0.7"
},
"private": true
}
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-native-autocomplete-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@testing-library/react-native": "^13.0.0",
"react-test-renderer": "18.3.1",
"@types/jest": "^29.4.0",
"@types/react": "~18.3.12",
"@types/react": "~19.0.7",
"babel-jest": "^29.4.3",
"jest": "^29.4.3",
"react": "18.3.1",
"react": "19.0.0",
"react-native": "0.76.6"
}
}

0 comments on commit 133543e

Please sign in to comment.