Skip to content
Open
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 examples/ideas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.2",
"@types/mdx": "^2.0.13",
"next": "15.3.2",
"next": "16.1.5",
Copy link

Choose a reason for hiding this comment

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

Version mismatch between next and @next/mdx packages

Medium Severity

The next package is upgraded to version 16.1.5 while @next/mdx remains at ^15.3.2. The @next/* packages are versioned in lockstep with Next.js and are designed to work with the matching major version. This mismatch will likely cause build failures or runtime incompatibilities since the project uses @next/mdx in next.config.ts to configure MDX support.

Additional Locations (1)

Fix in Cursor Fix in Web

"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Loading