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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "10.4.19",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "^15.0.0",
"next": "^15.0.5",
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

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

The @next/env package version (^15.0.3 on line 10) should be updated to match the Next.js version being upgraded to (^15.0.5). The @next/env package is part of the Next.js monorepo and should typically be kept in sync with the main next package version to avoid potential compatibility issues.

Copilot uses AI. Check for mistakes.
"next-auth": "5.0.0-beta.19",
"postcss": "8.4.38",
"react": "19.0.0-rc-cd22717c-20241013",
Expand Down