Skip to content

Commit d39a5a8

Browse files
Bump react and @types/react
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.4 - [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]>
1 parent 0339c8a commit d39a5a8

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"graphql": "16.x",
5858
"graphql-sse": "^2.5.3",
5959
"lucide-react": "0.469.0",
60-
"react": "^18.3.1",
60+
"react": "^19.0.0",
6161
"react-dom": "^18.3.1",
6262
"react-hook-form": "^7.54.2",
6363
"react-intl": "^7.1.0",
@@ -87,7 +87,7 @@
8787
"@storybook/test": "^8.4.7",
8888
"@storybook/theming": "^8.4.7",
8989
"@types/node": "^22.10.5",
90-
"@types/react": "^18",
90+
"@types/react": "^19",
9191
"@types/react-dom": "^18.3.1",
9292
"@types/react-relay": "^18.2.0",
9393
"@types/relay-test-utils": "^18.0.0",

Diff for: yarn.lock

+20-4
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ __metadata:
26482648
languageName: node
26492649
linkType: hard
26502650

2651-
"@types/react@npm:*, @types/react@npm:^18":
2651+
"@types/react@npm:*":
26522652
version: 18.3.12
26532653
resolution: "@types/react@npm:18.3.12"
26542654
dependencies:
@@ -2668,6 +2668,15 @@ __metadata:
26682668
languageName: node
26692669
linkType: hard
26702670

2671+
"@types/react@npm:^19":
2672+
version: 19.0.4
2673+
resolution: "@types/react@npm:19.0.4"
2674+
dependencies:
2675+
csstype: "npm:^3.0.2"
2676+
checksum: 10c0/96ecd1a73af57fd7b7facf5b36ec069b131c7608a98a0f1098183023bfb21c60a26a0dc09004fbe0ac70c436ef887bbec5690882cfb77c6e0c679f7e45987722
2677+
languageName: node
2678+
linkType: hard
2679+
26712680
"@types/relay-runtime@npm:*":
26722681
version: 17.0.4
26732682
resolution: "@types/relay-runtime@npm:17.0.4"
@@ -6633,7 +6642,7 @@ __metadata:
66336642
languageName: node
66346643
linkType: hard
66356644

6636-
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, react@npm:^18.3.1":
6645+
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
66376646
version: 18.3.1
66386647
resolution: "react@npm:18.3.1"
66396648
dependencies:
@@ -6642,6 +6651,13 @@ __metadata:
66426651
languageName: node
66436652
linkType: hard
66446653

6654+
"react@npm:^19.0.0":
6655+
version: 19.0.0
6656+
resolution: "react@npm:19.0.0"
6657+
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
6658+
languageName: node
6659+
linkType: hard
6660+
66456661
"read-cache@npm:^1.0.0":
66466662
version: 1.0.0
66476663
resolution: "read-cache@npm:1.0.0"
@@ -7403,7 +7419,7 @@ __metadata:
74037419
"@storybook/test": "npm:^8.4.7"
74047420
"@storybook/theming": "npm:^8.4.7"
74057421
"@types/node": "npm:^22.10.5"
7406-
"@types/react": "npm:^18"
7422+
"@types/react": "npm:^19"
74077423
"@types/react-dom": "npm:^18.3.1"
74087424
"@types/react-relay": "npm:^18.2.0"
74097425
"@types/relay-test-utils": "npm:^18.0.0"
@@ -7429,7 +7445,7 @@ __metadata:
74297445
lucide-react: "npm:0.469.0"
74307446
postcss: "npm:^8.4.49"
74317447
prettier: "npm:^3.4.2"
7432-
react: "npm:^18.3.1"
7448+
react: "npm:^19.0.0"
74337449
react-dom: "npm:^18.3.1"
74347450
react-hook-form: "npm:^7.54.2"
74357451
react-intl: "npm:^7.1.0"

0 commit comments

Comments
 (0)