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.13 to 19.0.2
- [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 3, 2025
1 parent 8d40fb3 commit c6b3623
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"logdown": "3.3.1",
"minimist": "1.2.8",
"open-graph": "0.2.6",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-redux": "8.1.3",
"redux": "4.2.1",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@types/open-graph": "0.2.5",
"@types/platform": "1.3.6",
"@types/prettier": "^2.7.3",
"@types/react": "^18.3.13",
"@types/react": "^19.0.2",
"@types/react-dom": "^18.3.1",
"@types/redux-logger": "^3.0.12",
"@types/sinon": "17.0.3",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3787,13 +3787,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.13":
version: 18.3.13
resolution: "@types/react@npm:18.3.13"
"@types/react@npm:^19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
"@types/prop-types": "*"
csstype: ^3.0.2
checksum: 5ccf75e8e52e30fd619046ce985d17152fdf92da3b27777cdcbe972c4557bb0f0d7cfda6b379c29e409f4c3293ad1277394eea6c865211c07bd92cab8dcb277f
checksum: 2f12c2a84b778283884d41560c723d815153d88c56cacf25c0166329e9099c35c82c602a21d8831a381e2ef5574434ebd7bf09a636fe073558919474b0b3c9ed
languageName: node
linkType: hard

Expand Down Expand Up @@ -15252,12 +15251,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 86de15d85b2465feb40297a90319c325cb07cf27191a361d47bcfe8c6126c973d660125aa67b8f4cbbe39f15a2f32efd0c814e98196d8e5b68c567ba40a399c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -18607,7 +18604,7 @@ __metadata:
"@types/open-graph": 0.2.5
"@types/platform": 1.3.6
"@types/prettier": ^2.7.3
"@types/react": ^18.3.13
"@types/react": ^19.0.2
"@types/react-dom": ^18.3.1
"@types/redux-logger": ^3.0.12
"@types/sinon": 17.0.3
Expand Down Expand Up @@ -18684,7 +18681,7 @@ __metadata:
nyc: 15.1.0
open-graph: 0.2.6
prettier: 2.8.8
react: 18.3.1
react: 19.0.0
react-dom: 18.3.1
react-redux: 8.1.3
redux: 4.2.1
Expand Down

0 comments on commit c6b3623

Please sign in to comment.