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.2.0 to 18.3.1
- [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/v18.3.1/packages/react)

Updates `@types/react` from 18.3.3 to 18.3.12
- [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-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 5b688f7 commit 52a43fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"react": "18.2.0",
"react": "18.3.1",
"react-native": "0.74.1",
"react-native-gesture-handler": "^2.18.1",
"react-native-permissions": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@react-native/eslint-config": "^0.74.83",
"@testing-library/react-native": "^12.5.0",
"@types/jest": "^29.5.5",
"@types/react": "18.2.6",
"@types/react": "18.3.12",
"commitlint": "^19.3.0",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react": "18.2.0",
"react": "18.3.1",
"react-native": "0.74.1",
"react-native-builder-bob": "^0.29.0",
"react-test-renderer": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ __metadata:
"@react-native/eslint-config": ^0.74.83
"@testing-library/react-native": ^12.5.0
"@types/jest": ^29.5.5
"@types/react": 18.2.6
"@types/react": 18.3.12
commitlint: ^19.3.0
del-cli: ^5.1.0
eslint: ^8.51.0
Expand All @@ -1975,7 +1975,7 @@ __metadata:
eslint-plugin-testing-library: ^6.2.2
jest: ^29.7.0
prettier: ^3.3.3
react: 18.2.0
react: 18.3.1
react-native: 0.74.1
react-native-builder-bob: ^0.29.0
react-test-renderer: 18.2.0
Expand Down Expand Up @@ -9553,7 +9553,7 @@ __metadata:
"@react-navigation/native": ^6.1.18
"@react-navigation/stack": ^6.4.1
babel-plugin-module-resolver: ^5.0.0
react: 18.2.0
react: 18.3.1
react-native: 0.74.1
react-native-gesture-handler: ^2.18.1
react-native-permissions: ^4.1.5
Expand Down Expand Up @@ -9703,12 +9703,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
languageName: node
linkType: hard

Expand Down

0 comments on commit 52a43fd

Please sign in to comment.