-
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump next from 13.2.0 to 15.5.15 in /apps/nextjs-13_2_0 #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| "@types/node": "20.12.7", | ||
| "@types/react": "18.2.79", | ||
| "@types/react-dom": "18.2.25", | ||
| "next": "13.2.0", | ||
| "next": "15.5.15", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed
|
||
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "typescript": "5.4.5" | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React 18 incompatible with Next.js 15 App Router
High Severity
Next.js 15 requires React 19 for the App Router, but
reactandreact-domremain at18.2.0. This project uses the App Router (has anapp/directory withlayout.tsx,page.tsx, route handlers, etc.), so it will fail to build or produce runtime errors with this combination.Additional Locations (1)
apps/nextjs-13_2_0/package.json#L16-L18Reviewed by Cursor Bugbot for commit 53441bf. Configure here.