Skip to content

Commit

Permalink
Update React from 941e1b4a-20240729 to 3208e73e-20240730
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 30, 2024
1 parent 8169b2a commit 9e8c195
Show file tree
Hide file tree
Showing 99 changed files with 8,035 additions and 7,047 deletions.
2 changes: 1 addition & 1 deletion .github/.react-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.0-rc-941e1b4a-20240729
19.0.0-rc-3208e73e-20240730
4 changes: 2 additions & 2 deletions examples/reproduction-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "canary",
"react": "19.0.0-rc-941e1b4a-20240729",
"react-dom": "19.0.0-rc-941e1b4a-20240729"
"react": "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730"
},
"devDependencies": {
"@types/node": "20.12.12",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,19 @@
"pretty-bytes": "5.3.0",
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0-rc-941e1b4a-20240729",
"react": "19.0.0-rc-3208e73e-20240730",
"react-17": "npm:[email protected]",
"react-builtin": "npm:[email protected]941e1b4a-20240729",
"react-dom": "19.0.0-rc-941e1b4a-20240729",
"react-builtin": "npm:[email protected]3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
"react-dom-17": "npm:[email protected]",
"react-dom-builtin": "npm:[email protected]941e1b4a-20240729",
"react-dom-experimental-builtin": "npm:[email protected]941e1b4a-20240729",
"react-experimental-builtin": "npm:[email protected]941e1b4a-20240729",
"react-is-builtin": "npm:[email protected]941e1b4a-20240729",
"react-server-dom-turbopack": "19.0.0-rc-941e1b4a-20240729",
"react-server-dom-turbopack-experimental": "npm:[email protected]941e1b4a-20240729",
"react-server-dom-webpack": "19.0.0-rc-941e1b4a-20240729",
"react-server-dom-webpack-experimental": "npm:[email protected]941e1b4a-20240729",
"react-dom-builtin": "npm:[email protected]3208e73e-20240730",
"react-dom-experimental-builtin": "npm:[email protected]3208e73e-20240730",
"react-experimental-builtin": "npm:[email protected]3208e73e-20240730",
"react-is-builtin": "npm:[email protected]3208e73e-20240730",
"react-server-dom-turbopack": "19.0.0-rc-3208e73e-20240730",
"react-server-dom-turbopack-experimental": "npm:[email protected]3208e73e-20240730",
"react-server-dom-webpack": "19.0.0-rc-3208e73e-20240730",
"react-server-dom-webpack-experimental": "npm:[email protected]3208e73e-20240730",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -222,8 +222,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:[email protected]941e1b4a-20240729",
"scheduler-experimental-builtin": "npm:[email protected]941e1b4a-20240729",
"scheduler-builtin": "npm:[email protected]3208e73e-20240730",
"scheduler-experimental-builtin": "npm:[email protected]3208e73e-20240730",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -263,10 +263,10 @@
"@babel/traverse": "7.22.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"react": "19.0.0-rc-941e1b4a-20240729",
"react-dom": "19.0.0-rc-941e1b4a-20240729",
"react-is": "19.0.0-rc-941e1b4a-20240729",
"scheduler": "0.25.0-rc-941e1b4a-20240729"
"react": "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
"react-is": "19.0.0-rc-3208e73e-20240730",
"scheduler": "0.25.0-rc-3208e73e-20240730"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ export const installTemplate = async ({
* Default dependencies.
*/
dependencies: {
react: "19.0.0-rc-941e1b4a-20240729",
"react-dom": "19.0.0-rc-941e1b4a-20240729",
react: "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
next: version,
},
devDependencies: {},
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"@opentelemetry/api": "^1.1.0",
"@playwright/test": "^1.41.2",
"babel-plugin-react-compiler": "*",
"react": "19.0.0-rc-941e1b4a-20240729",
"react-dom": "19.0.0-rc-941e1b4a-20240729",
"react": "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 9e8c195

Please sign in to comment.