Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React from 372ec00c-20241209 to 518d06d2-20241219 #74155

Merged
merged 10 commits into from
Dec 19, 2024
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:react@19.0.0-rc-372ec00c-20241209",
"react-builtin": "npm:react@19.1.0-canary-518d06d2-20241219",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:react-dom@19.0.0-rc-372ec00c-20241209",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-372ec00c-20241209",
"react-experimental-builtin": "npm:react@0.0.0-experimental-372ec00c-20241209",
"react-is-builtin": "npm:react-is@19.0.0-rc-372ec00c-20241209",
"react-server-dom-turbopack": "19.0.0-rc-372ec00c-20241209",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-372ec00c-20241209",
"react-server-dom-webpack": "19.0.0-rc-372ec00c-20241209",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-372ec00c-20241209",
"react-dom-builtin": "npm:react-dom@19.1.0-canary-518d06d2-20241219",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-518d06d2-20241219",
"react-experimental-builtin": "npm:react@0.0.0-experimental-518d06d2-20241219",
"react-is-builtin": "npm:react-is@19.1.0-canary-518d06d2-20241219",
"react-server-dom-turbopack": "19.1.0-canary-518d06d2-20241219",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-518d06d2-20241219",
"react-server-dom-webpack": "19.1.0-canary-518d06d2-20241219",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-518d06d2-20241219",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -230,8 +230,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:scheduler@0.25.0-rc-372ec00c-20241209",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-372ec00c-20241209",
"scheduler-builtin": "npm:scheduler@0.26.0-canary-518d06d2-20241219",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-518d06d2-20241219",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -272,10 +272,10 @@
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.0.0-rc-372ec00c-20241209",
"react-dom": "19.0.0-rc-372ec00c-20241209",
"react-is": "19.0.0-rc-372ec00c-20241209",
"scheduler": "0.25.0-rc-372ec00c-20241209"
"react": "19.1.0-canary-518d06d2-20241219",
"react-dom": "19.1.0-canary-518d06d2-20241219",
"react-is": "19.1.0-canary-518d06d2-20241219",
"scheduler": "0.26.0-canary-518d06d2-20241219"
},
"patchedDependencies": {
"webpack-sources@3.2.3": "patches/webpack-sources@3.2.3.patch",
Expand Down
Loading
Loading