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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"convex": "^1.31.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"next": "16.0.10",
"next": "16.1.5",
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

The eslint-config-next package version should also be updated to match the Next.js version. Currently, next is being updated to 16.1.5, but eslint-config-next remains at 16.0.10 (line 39). These packages are typically released together and should be kept in sync to ensure consistent linting rules and avoid compatibility issues. Consider updating eslint-config-next to version 16.1.5 as well.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

"react": "19.2.1",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.1",
Expand Down