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 gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"monaco-editor": "^0.50.0",
"next": "14.2.2",
"next": "15.5.10",

Choose a reason for hiding this comment

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

critical

This major version upgrade from Next.js v14 to v15 introduces breaking changes and is not a simple drop-in replacement. The application is likely to fail at build time or runtime without necessary code modifications. Please consult the official Next.js v15 migration guide and perform a thorough migration and testing process before merging this change.

Additionally, next@15.5.10 introduces an optional dependency on sharp@^0.34.3, while this package.json explicitly depends on sharp@^0.33.4. It would be prudent to update the sharp dependency to align with Next.js's version to avoid potential conflicts.

"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-diff-view": "^3.2.1",
Expand Down
Loading
Loading