Skip to content

Commit

Permalink
Upgrade React experimental (#41222)
Browse files Browse the repository at this point in the history
<!--
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)
  • Loading branch information
shuding committed Oct 6, 2022
1 parent 6352257 commit c6dc62e
Show file tree
Hide file tree
Showing 2 changed files with 12,298 additions and 4,452 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit c6dc62e

Please sign in to comment.