Skip to content

Commit

Permalink
Upgrade React from 380f5d67-20241113 to b01722d5-20241114 (#72831)
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot authored Nov 22, 2024
1 parent f0739ba commit 63eda31
Show file tree
Hide file tree
Showing 72 changed files with 5,102 additions and 4,153 deletions.
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-380f5d67-20241113",
"react-dom": "19.0.0-rc-380f5d67-20241113"
"react": "19.0.0-rc-b01722d5-20241114",
"react-dom": "19.0.0-rc-b01722d5-20241114"
},
"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 @@ -209,19 +209,19 @@
"pretty-bytes": "5.3.0",
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0-rc-380f5d67-20241113",
"react": "19.0.0-rc-b01722d5-20241114",
"react-17": "npm:[email protected]",
"react-builtin": "npm:[email protected]380f5d67-20241113",
"react-dom": "19.0.0-rc-380f5d67-20241113",
"react-builtin": "npm:[email protected]b01722d5-20241114",
"react-dom": "19.0.0-rc-b01722d5-20241114",
"react-dom-17": "npm:[email protected]",
"react-dom-builtin": "npm:[email protected]380f5d67-20241113",
"react-dom-experimental-builtin": "npm:[email protected]380f5d67-20241113",
"react-experimental-builtin": "npm:[email protected]380f5d67-20241113",
"react-is-builtin": "npm:[email protected]380f5d67-20241113",
"react-server-dom-turbopack": "19.0.0-rc-380f5d67-20241113",
"react-server-dom-turbopack-experimental": "npm:[email protected]380f5d67-20241113",
"react-server-dom-webpack": "19.0.0-rc-380f5d67-20241113",
"react-server-dom-webpack-experimental": "npm:[email protected]380f5d67-20241113",
"react-dom-builtin": "npm:[email protected]b01722d5-20241114",
"react-dom-experimental-builtin": "npm:[email protected]b01722d5-20241114",
"react-experimental-builtin": "npm:[email protected]b01722d5-20241114",
"react-is-builtin": "npm:[email protected]b01722d5-20241114",
"react-server-dom-turbopack": "19.0.0-rc-b01722d5-20241114",
"react-server-dom-turbopack-experimental": "npm:[email protected]b01722d5-20241114",
"react-server-dom-webpack": "19.0.0-rc-b01722d5-20241114",
"react-server-dom-webpack-experimental": "npm:[email protected]b01722d5-20241114",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -231,8 +231,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:[email protected]380f5d67-20241113",
"scheduler-experimental-builtin": "npm:[email protected]380f5d67-20241113",
"scheduler-builtin": "npm:[email protected]b01722d5-20241114",
"scheduler-experimental-builtin": "npm:[email protected]b01722d5-20241114",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -272,10 +272,10 @@
"@babel/traverse": "7.22.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"react": "19.0.0-rc-380f5d67-20241113",
"react-dom": "19.0.0-rc-380f5d67-20241113",
"react-is": "19.0.0-rc-380f5d67-20241113",
"scheduler": "0.25.0-rc-380f5d67-20241113"
"react": "19.0.0-rc-b01722d5-20241114",
"react-dom": "19.0.0-rc-b01722d5-20241114",
"react-is": "19.0.0-rc-b01722d5-20241114",
"scheduler": "0.25.0-rc-b01722d5-20241114"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { GetTemplateFileArgs, InstallTemplateArgs } from "./types";

// Do not rename or format. sync-react script relies on this line.
// prettier-ignore
const nextjsReactPeerVersion = "19.0.0-rc-380f5d67-20241113";
const nextjsReactPeerVersion = "19.0.0-rc-b01722d5-20241114";

/**
* Get the file path for a given file in a template, e.g. "next.config.js".
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"@opentelemetry/api": "^1.1.0",
"@playwright/test": "^1.41.2",
"babel-plugin-react-compiler": "*",
"react": "^18.2.0 || 19.0.0-rc-380f5d67-20241113",
"react-dom": "^18.2.0 || 19.0.0-rc-380f5d67-20241113",
"react": "^18.2.0 || 19.0.0-rc-b01722d5-20241114",
"react-dom": "^18.2.0 || 19.0.0-rc-b01722d5-20241114",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 63eda31

Please sign in to comment.