Skip to content
Open
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": "16",
Copy link

Choose a reason for hiding this comment

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

React version incompatible with Next.js 16 requirements

High Severity

Next.js 16 requires react and react-dom version ^18.2.0 or ^19.0.0, but the project uses ^17.0.2. This peer dependency mismatch will cause the application to fail at runtime or during build since Next.js 16 relies on React 18+ features like the improved concurrent rendering APIs.

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 16

Medium Severity

The next-plausible@3.12.0 package declares peer dependencies of next: ^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0, which explicitly excludes Next.js 15 and 16. Upgrading to Next.js 16 violates this constraint and the analytics integration may fail or behave unexpectedly at runtime.

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