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.12 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 Dec 21, 2024
1 parent b72a2fa commit 562814d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"graphql": "16.x",
"graphql-sse": "^2.5.3",
"lucide-react": "0.469.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.1",
"react-intl": "^7.0.4",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/node": "^22.10.2",
"@types/react": "^18",
"@types/react": "^19",
"@types/react-dom": "^18.3.1",
"@types/react-relay": "^18.2.0",
"@types/relay-test-utils": "^18.0.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18":
"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
Expand All @@ -2467,6 +2467,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
languageName: node
linkType: hard

"@types/relay-runtime@npm:*":
version: 17.0.4
resolution: "@types/relay-runtime@npm:17.0.4"
Expand Down Expand Up @@ -6358,7 +6367,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 @@ -6367,6 +6376,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 Expand Up @@ -7126,7 +7142,7 @@ __metadata:
"@storybook/test": "npm:^8.4.7"
"@storybook/theming": "npm:^8.4.7"
"@types/node": "npm:^22.10.2"
"@types/react": "npm:^18"
"@types/react": "npm:^19"
"@types/react-dom": "npm:^18.3.1"
"@types/react-relay": "npm:^18.2.0"
"@types/relay-test-utils": "npm:^18.0.0"
Expand All @@ -7152,7 +7168,7 @@ __metadata:
lucide-react: "npm:0.469.0"
postcss: "npm:^8.4.49"
prettier: "npm:^3.4.2"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
react-hook-form: "npm:^7.54.1"
react-intl: "npm:^7.0.4"
Expand Down

0 comments on commit 562814d

Please sign in to comment.