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.15",
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 App Router incompatible with React 18

High Severity

Bumping next to 15.5.15 while keeping react and react-dom at 18.3.1 will break this test application. Next.js 15's App Router requires React 19, and this project uses the App Router (src/app/). Other Next.js 15 test apps in the repo (e.g., nextjs-15, nextjs-15-intl) use "react": "latest" to get React 19. The react, react-dom, and @types/react versions need to be updated accordingly.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9f70821. Configure here.

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