Skip to content

Commit 2c00336

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.3 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]>
1 parent b958d66 commit 2c00336

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"@storybook/react-webpack5": "7.6.16",
4343
"@types/jest": "29.5.14",
4444
"@types/node": "22.7.5",
45-
"@types/react": "18.3.3",
45+
"@types/react": "19.0.1",
4646
"@types/three": "0.165.0",
4747
"chromatic": "11.3.2",
4848
"eslint": "9.14.0",
4949
"eslint-plugin-storybook": "0.11.0",
5050
"globals": "15.12.0",
5151
"jest": "29.7.0",
5252
"prettier": "3.3.3",
53-
"react": "18.3.1",
53+
"react": "19.0.0",
5454
"react-dom": "18.3.1",
5555
"rimraf": "6.0.1",
5656
"storybook": "7.6.16",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,15 +1889,15 @@ __metadata:
18891889
"@storybook/react-webpack5": "npm:7.6.16"
18901890
"@types/jest": "npm:29.5.14"
18911891
"@types/node": "npm:22.7.5"
1892-
"@types/react": "npm:18.3.3"
1892+
"@types/react": "npm:19.0.1"
18931893
"@types/three": "npm:0.165.0"
18941894
chromatic: "npm:11.3.2"
18951895
eslint: "npm:9.14.0"
18961896
eslint-plugin-storybook: "npm:0.11.0"
18971897
globals: "npm:15.12.0"
18981898
jest: "npm:29.7.0"
18991899
prettier: "npm:3.3.3"
1900-
react: "npm:18.3.1"
1900+
react: "npm:19.0.0"
19011901
react-dom: "npm:18.3.1"
19021902
rimraf: "npm:6.0.1"
19031903
storybook: "npm:7.6.16"
@@ -4290,7 +4290,16 @@ __metadata:
42904290
languageName: node
42914291
linkType: hard
42924292

4293-
"@types/react@npm:18.3.3, @types/react@npm:>=16":
4293+
"@types/react@npm:19.0.1":
4294+
version: 19.0.1
4295+
resolution: "@types/react@npm:19.0.1"
4296+
dependencies:
4297+
csstype: "npm:^3.0.2"
4298+
checksum: 25eb69114abb9a6d5fc4414ee584388275bbc9ac32976449cf58b95fe9880efe6b3f936c3842be9bed8c571546a9752e8d3e2095288381e9c809269f5f574f2e
4299+
languageName: node
4300+
linkType: hard
4301+
4302+
"@types/react@npm:>=16":
42944303
version: 18.3.3
42954304
resolution: "@types/react@npm:18.3.3"
42964305
dependencies:
@@ -11333,12 +11342,10 @@ __metadata:
1133311342
languageName: node
1133411343
linkType: hard
1133511344

11336-
"react@npm:18.3.1":
11337-
version: 18.3.1
11338-
resolution: "react@npm:18.3.1"
11339-
dependencies:
11340-
loose-envify: "npm:^1.1.0"
11341-
checksum: 283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
11345+
"react@npm:19.0.0":
11346+
version: 19.0.0
11347+
resolution: "react@npm:19.0.0"
11348+
checksum: 9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
1134211349
languageName: node
1134311350
linkType: hard
1134411351

0 commit comments

Comments
 (0)