Skip to content
Open
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
99 changes: 55 additions & 44 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clsx": "^2.1.1",
"dwolla-v2": "^3.4.0",
"lucide-react": "^0.374.0",
"next": "14.2.3",
"next": "14.2.35",
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Update eslint-config-next to match the Next.js version.

The next package has been updated to 14.2.35, but eslint-config-next remains at 14.2.3 in devDependencies. This version mismatch can lead to inconsistent linting rules and potential compatibility issues.

Update eslint-config-next to 14.2.35 to align with the Next.js version:

-    "eslint-config-next": "14.2.3",
+    "eslint-config-next": "14.2.35",

Also applies to: 44-44

🤖 Prompt for AI Agents
In package.json around lines 25 and 44, the devDependency "eslint-config-next"
is still at 14.2.3 while "next" was bumped to 14.2.35; update the
"eslint-config-next" entry to "14.2.35" to match, then run your package manager
(npm/yarn/pnpm) to install and update the lockfile so dependencies stay
consistent.

"node-appwrite": "^12.0.1",
"plaid": "^23.0.0",
"query-string": "^9.0.0",
Expand Down