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 @@ -85,7 +85,7 @@
"match-sorter": "^6.3.1",
"mermaid": "^11.4.1",
"minimatch": "^5.1.0",
"next": "^15.3.0",
"next": "^16.1.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Next.js 16 requires Node.js 20.9+ and the v16 upgrade guide also expects moving to React 19.2; with react/react-dom pinned to 18.2.0 (and @types/next at ^9.0.0), this single next bump is likely to cause install/build failures.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The PR description notes pnpm-lock.yaml wasn’t updated; if your CI/build uses a frozen lockfile, this change is likely to fail dependency installation.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"openai": "^4.73.0",
"papaparse": "^5.4.1",
"react": "^18.2.0",
Expand Down
Loading