Skip to content

Commit

Permalink
Upgrade to React 19's stable release
Browse files Browse the repository at this point in the history
This is an expected test failure due to facebook/react#30800.
  • Loading branch information
nickserv committed Feb 1, 2025
1 parent 959729a commit 2a7b931
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 44 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"next": "^15.0.0-rc.0",
"react": "19.0.0-rc-380f5d67-20241113",
"react-dom": "19.0.0-rc-380f5d67-20241113",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1"
},
"devDependencies": {
Expand All @@ -31,12 +31,6 @@
"typescript": "^5.0.4",
"vitest": "^0.34.4"
},
"pnpm": {
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
Expand Down
68 changes: 32 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a7b931

Please sign in to comment.