Skip to content
Closed
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
82 changes: 41 additions & 41 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next": "16.1.7",
"next": "16.2.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Upgrade eslint-config-next with the Next.js minor bump

Because apps/web/eslint.config.mjs imports eslint-config-next/core-web-vitals and eslint-config-next/typescript, bumping only next here leaves the app on next@16.2.1 while the lint config and @next/eslint-plugin-next stay on 16.1.6. Next’s upgrade guidance explicitly upgrades eslint-config-next alongside next, so after this change npm run lint will still enforce the 16.1 ruleset and can miss or misreport 16.2-specific issues in this app.

Useful? React with 👍 / 👎.

"react": "19.2.4",
"react-dom": "19.2.4",
"shiki": "^4.0.2",
Expand Down
Loading