Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"kbar": "^0.1.0-beta.45",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.47.0",
"next": "12",
"next": "15",
Copy link

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 specifies react: ^17.0.2 and react-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 the use hook that don't exist in React 17.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

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

next-plausible incompatible with Next.js 15

Medium Severity

The next-plausible@3.12.0 package declares peer dependency next: ^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0, which explicitly excludes Next.js 15. This upgrade forces next-plausible to use Next.js 15 (visible at lock file line 8289), creating a peer dependency mismatch that may cause the analytics integration to malfunction or fail at runtime due to API changes between Next.js versions.

Additional Locations (1)

Fix in Cursor Fix in Web

"next-mdx-remote": "^3.0.8",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
Expand Down
Loading