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 apps/frontend-manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"localforage": "1.10.0",
"lodash": "4.17.21",
"nanoid": "5.0.8",
"next": "16.2.10",
"next": "16.2.11",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Workspace dependency versions diverge

When the repository dependency checks run, this app-only bump conflicts with the four other Next.js apps still pinned to 16.2.10 and with the frontend-manage lockfile importer still resolving 16.2.10, causing the syncpack gate and frozen-lockfile installations to fail.

Knowledge Base Used: Monorepo Tooling and CI

Fix in Codex Fix in Claude Code

"next-intl": "4.13.0",
"react": "19.2.7",
"react-csv-downloader": "3.3.0",
Expand Down
Loading