Skip to content
Merged
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"geist": "latest",
"input-otp": "latest",
"lucide-react": "^0.562.0",
"next": "15.5.9",
"next": "16.1.5",
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

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

This is a major version upgrade from Next.js 15.5.9 to 16.1.5, which may introduce breaking changes. According to the PR description, the pnpm-lock.yaml failed to update automatically and needs to be updated manually before merging. Without updating the lock file, the installation may fail or result in inconsistent dependency versions across environments.

Additionally, Next.js 16 may have different compatibility requirements with React 19.2.3 that should be verified. The major version jump warrants careful testing of all application features, especially App Router functionality and Server Actions which are actively used in this project.

Copilot uses AI. Check for mistakes.
"next-themes": "latest",
"react": "^19.2.3",
"react": "^19.2.4",
"react-day-picker": "9.13.0",
"react-dom": "^19.2.3",
"react-dom": "^19.2.4",
"react-hook-form": "7.69.0",
"react-resizable-panels": "latest",
"recharts": "3.6.0",
Expand Down
Loading