Skip to content

Commit

Permalink
Revert React 19 upgrade (#10482 and #10491) (#10495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Apr 22, 2024
1 parent 9e4475a commit d78968c
Show file tree
Hide file tree
Showing 39 changed files with 90 additions and 454 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ jobs:

- name: Run `rw build --no-prerender`
run: |
yarn why @apollo/client
tree .yarn
tree node_modules/@apollo/client/react/hooks/internal
cat node_modules/@apollo/client/react/hooks/internal/useRenderGuard.js
yarn rw build --no-prerender
working-directory: ${{ steps.set-up-test-project.outputs.test-project-path }}

Expand Down
35 changes: 0 additions & 35 deletions .yarn/patches/@apollo-client-npm-3.9.9-15c2e13518.patch

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions __fixtures__/fragment-test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@redwoodjs/router": "7.0.0",
"@redwoodjs/web": "7.0.0",
"humanize-string": "2.1.0",
"react": "19.0.0-canary-36e62c603-20240418",
"react-dom": "19.0.0-canary-36e62c603-20240418"
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0",
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions __fixtures__/test-project-rsa/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@redwoodjs/forms": "8.0.0-canary.144",
"@redwoodjs/router": "8.0.0-canary.144",
"@redwoodjs/web": "8.0.0-canary.144",
"react": "19.0.0-canary-36e62c603-20240418",
"react-dom": "19.0.0-canary-36e62c603-20240418"
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
},
"devDependencies": {
"@redwoodjs/vite": "8.0.0-canary.144",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@redwoodjs/web": "7.0.0-canary.1011",
"@tobbe.dev/rsc-test": "0.0.5",
"client-only": "0.0.1",
"react": "19.0.0-canary-36e62c603-20240418",
"react-dom": "19.0.0-canary-36e62c603-20240418"
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0-canary.1011",
Expand Down

This file was deleted.

This file was deleted.

5 changes: 1 addition & 4 deletions __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@4.1.1",
"resolutions": {
"@storybook/react-dom-shim@npm:7.6.17": "patch:@storybook/react-dom-shim@npm%3A7.6.17#~/.yarn/patches/@storybook-react-dom-shim-npm-7.6.17-789bc900f0.patch"
}
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit d78968c

Please sign in to comment.