forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade React to 18.3.0-canary-aef7ce554-20230503
Includes the following upstream changes: - [aef7ce554](https://github.com/facebook/react/commits/aef7ce554) [Flight] Progressively Enhanced Server Actions ([vercel#26774](facebook/react#26774)) (Sebastian Markbåge) - [c10010a6a](https://github.com/facebook/react/commits/c10010a6a) [Fizz] Gracefully handle suspending in DOM configs ([vercel#26768](facebook/react#26768)) (Sebastian Markbåge) - [f533cee8c](https://github.com/facebook/react/commits/f533cee8c) Add useFormStatus to Flight fixture ([#26773](facebook/react#26773)) (Andrew Clark) - [2c1117a8d](https://github.com/facebook/react/commits/2c1117a8d) Reuse request so that a ReabableStream body does not become disturbed ([vercel#26771](facebook/react#26771)) (Andrew Gadzik) - [fa7a447b9](https://github.com/facebook/react/commits/fa7a447b9) [Fizz] Check for nullish values on ReactCustomFormAction ([vercel#26770](facebook/react#26770)) (Sebastian Markbåge)
- Loading branch information
1 parent
0aac86e
commit a340b44
Showing
84 changed files
with
9,853 additions
and
4,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,14 +197,14 @@ | |
"random-seed": "0.3.0", | ||
"react": "18.2.0", | ||
"react-17": "npm:[email protected]", | ||
"react-builtin": "npm:[email protected]b7972822b-20230503", | ||
"react-experimental-builtin": "npm:[email protected]b7972822b-20230503", | ||
"react-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"react-experimental-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"react-dom": "18.2.0", | ||
"react-dom-17": "npm:[email protected]", | ||
"react-dom-builtin": "npm:[email protected]b7972822b-20230503", | ||
"react-dom-experimental-builtin": "npm:[email protected]b7972822b-20230503", | ||
"react-server-dom-webpack": "18.3.0-canary-b7972822b-20230503", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]b7972822b-20230503", | ||
"react-dom-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"react-dom-experimental-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"react-server-dom-webpack": "18.3.0-canary-aef7ce554-20230503", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]aef7ce554-20230503", | ||
"react-ssr-prepass": "1.0.8", | ||
"react-virtualized": "9.22.3", | ||
"relay-compiler": "13.0.2", | ||
|
@@ -215,8 +215,8 @@ | |
"rimraf": "3.0.2", | ||
"sass": "1.54.0", | ||
"satori": "0.4.4", | ||
"scheduler-builtin": "npm:[email protected]b7972822b-20230503", | ||
"scheduler-experimental-builtin": "npm:[email protected]b7972822b-20230503", | ||
"scheduler-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"scheduler-experimental-builtin": "npm:[email protected]aef7ce554-20230503", | ||
"seedrandom": "3.0.5", | ||
"selenium-webdriver": "4.0.0-beta.4", | ||
"semver": "7.3.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.