Skip to content

Commit

Permalink
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.14 to 19.0.1
- [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:development
  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 Dec 16, 2024
1 parent fc5b1de commit 50dfc0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.3",
"@types/react-virtualized": "^9.22.0",
"babel-loader": "^9.2.1",
Expand All @@ -67,7 +67,7 @@
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rollup": "^4.28.1",
Expand Down
22 changes: 14 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3572,13 +3572,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.14":
version: 18.3.14
resolution: "@types/react@npm:18.3.14"
"@types/react@npm:^19.0.1":
version: 19.0.1
resolution: "@types/react@npm:19.0.1"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/d925fbfcf084238b93d1a0b5406d4cf9aeb37c4a1191559aa4ee107c2e55cc15327989140f03eddda4d471f5b935d4673fd74a86f451860edea18eae48ca44f8
checksum: 10c0/25eb69114abb9a6d5fc4414ee584388275bbc9ac32976449cf58b95fe9880efe6b3f936c3842be9bed8c571546a9752e8d3e2095288381e9c809269f5f574f2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8292,7 +8291,7 @@ __metadata:
"@types/jest": "npm:^29.5.14"
"@types/lodash": "npm:^4.17.13"
"@types/luxon": "npm:^3.4.2"
"@types/react": "npm:^18.3.14"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^18.3.3"
"@types/react-virtualized": "npm:^9.22.0"
"@uiw/react-textarea-code-editor": "npm:^3.1.0"
Expand All @@ -8308,7 +8307,7 @@ __metadata:
lodash: "npm:^4.17.21"
luxon: "npm:^3.5.0"
prettier: "npm:^3.4.2"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-calendar: "npm:^5.1.0"
react-dom: "npm:^18.3.1"
react-virtualized: "npm:^9.22.5"
Expand Down Expand Up @@ -9860,7 +9859,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, react@npm:^18.3.1":
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand All @@ -9869,6 +9868,13 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

"read-cache@npm:^1.0.0":
version: 1.0.0
resolution: "read-cache@npm:1.0.0"
Expand Down

0 comments on commit 50dfc0f

Please sign in to comment.