Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sentry/nextjs": "latest || *",
"@orpc/server": "latest",
"@orpc/client": "latest",
"next": "14.2.35",
"next": "15.5.14",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next.js 15 requires React 19 but React 18 pinned

High Severity

Bumping next from 14 to 15.5.14 without updating react and react-dom from 18.3.1 to React 19 will likely break the build. Next.js 15 requires React 19 for the App Router, which this project uses (src/app/). Other Next.js 15 test apps in this repo (nextjs-15, nextjs-15-intl) use "react": "latest" and "react-dom": "latest" to resolve to React 19.

Additional Locations (1)
Fix in Cursor Fix in Web

"react": "18.3.1",
"react-dom": "18.3.1",
"server-only": "^0.0.1"
Expand Down
Loading