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 @@ -16,7 +16,7 @@
"dependencies": {
"@headlessui/react": "^1.7.18",
"gray-matter": "^4.0.3",
"next": "14.2.26",
"next": "14.2.35",

Copilot AI Dec 18, 2025

Copy link

Choose a reason for hiding this comment

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

The PR description states this upgrade is from version 14.2.10 to 14.2.35, but the diff shows the actual change is from 14.2.26 to 14.2.35. Additionally, the pnpm-lock.yaml file still references version 14.2.10. This inconsistency suggests that package.json was previously updated to 14.2.26 without updating the lock file, or the PR description is outdated. Please verify the actual current version and ensure the lock file is properly updated to reflect the new version 14.2.35.

Copilot uses AI. Check for mistakes.
"react": "^18",
"react-dom": "^18",
"react-ga4": "^2.1.0",
Expand Down