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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vercel/functions": "^2.0.3",
"@vercel/speed-insights": "^1.2.0",
"ai": "^4.3.15",
"axios": "^1.9.0",
"axios": "^1.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
Expand All @@ -73,7 +73,7 @@
"marked-react": "^3.0.0",
"mem0ai": "^2.1.25",
"motion": "^12.10.5",
"next": "^15.3.2",
"next": "^15.4.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

While upgrading next is important for security, I noticed that eslint-config-next in your devDependencies is on version 14.2.5, while next is on version 15. It is highly recommended to keep the major versions of next and eslint-config-next aligned to ensure the linting rules match the framework version. An outdated ESLint configuration can lead to incorrect linting results, potentially hiding bugs or flagging correct code as erroneous. Please consider upgrading eslint-config-next to a version compatible with Next.js 15 (e.g., "^15.4.2").

"next-themes": "0.4.6",
"nuqs": "^2.4.3",
"posthog-js": "^1.240.6",
Expand Down