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
2 changes: 1 addition & 1 deletion packages/sdk/vercel/examples/route-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@launchdarkly/vercel-server-sdk": "workspace:^",
"@vercel/edge-config": "^1.1.0",
"next": "14.2.35",
"next": "15.5.10",
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 requires React 19, but React 18 remains

High Severity

Bumping next from 14 to 15.5.10 without also upgrading react and react-dom from 18 to 19 creates a peer dependency mismatch. Next.js 15 requires react@19 and react-dom@19 as minimum versions. The current "react": "^18.2.0" and "react-dom": "18.2.0" will cause installation failures (or require --legacy-peer-deps) and potential runtime incompatibilities.

Additional Locations (1)

Fix in Cursor Fix in Web

"react": "^18.2.0",
"react-dom": "18.2.0"
},
Expand Down