-
Notifications
You must be signed in to change notification settings - Fork 187
chore(deps): bump next from 12.3.4 to 15.5.10 #404
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
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 |
|---|---|---|
|
|
@@ -47,7 +47,7 @@ | |
| "kbar": "^0.1.0-beta.45", | ||
| "lodash.debounce": "^4.0.8", | ||
| "monaco-editor": "^0.47.0", | ||
| "next": "12", | ||
| "next": "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.
|
||
| "next-mdx-remote": "^3.0.8", | ||
| "next-plausible": "^3.12.0", | ||
| "next-themes": "^0.3.0", | ||
|
|
||
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.
Next.js 15 incompatible with React 17
High Severity
Next.js 15 requires React 18.2.0 or higher as a peer dependency (
react: ^18.2.0 || 19.0.0-rc || ^19.0.0), but the project specifiesreact: ^17.0.2andreact-dom: ^17.0.2. This peer dependency mismatch will likely cause runtime failures because Next.js 15 relies on React 18+ features like concurrent rendering, automatic batching, and theusehook that don't exist in React 17.Additional Locations (1)
package.json#L54-L56