Upgrade React experimental (#41222)

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
This commit is contained in:
Shu Ding 2022-10-06 18:06:14 +02:00 committed by GitHub
parent 6352257dd3
commit c6dc62ef04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12298 additions and 4452 deletions

View file

@ -183,8 +183,8 @@
"react-17": "npm:react@17.0.2",
"react-dom": "18.2.0",
"react-dom-17": "npm:react-dom@17.0.2",
"react-dom-exp": "npm:react-dom@0.0.0-experimental-cb5084d1c-20220924",
"react-exp": "npm:react@0.0.0-experimental-cb5084d1c-20220924",
"react-dom-exp": "npm:react-dom@0.0.0-experimental-65b3449c8-20221005",
"react-exp": "npm:react@0.0.0-experimental-65b3449c8-20221005",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",

File diff suppressed because it is too large Load diff