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 Nov 19, 2024
1 parent 3218cb1 commit e5c4557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
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
29 changes: 6 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,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 @@ -3139,7 +3139,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 @@ -4713,21 +4713,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.6":
version: 18.2.6
resolution: "@types/react@npm:18.2.6"
"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: dea9d232d8df7ac357367a69dcb557711ab3d5501807ffa77cebeee73d49ee94d095f298e36853c63ed47cce097eee4c7eae2aaa8c02fac3f0171ec1b523a819
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.23.0
resolution: "@types/scheduler@npm:0.23.0"
checksum: 874d753aa65c17760dfc460a91e6df24009bde37bfd427a031577b30262f7770c1b8f71a21366c7dbc76111967384cf4090a31d65315155180ef14bd7acccb32
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -11814,15 +11806,6 @@ __metadata:
languageName: node
linkType: hard

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

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
Expand Down

0 comments on commit e5c4557

Please sign in to comment.