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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.474.0",
"next": "15.3.1",
"next": "15.3.6",

Choose a reason for hiding this comment

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

critical

While updating next to 15.3.6 is correct, this PR is incomplete and will likely fail your CI build.

  1. Inconsistent Lock File: The pnpm-lock.yaml has not been updated to reflect this change. It still specifies next@15.3.1, which will conflict with package.json. Please run pnpm install to update the lock file and commit the changes. Your Dockerfile uses pnpm install --frozen-lockfile, which will fail with this inconsistency.
  2. Outdated ESLint Config: The eslint-config-next package in devDependencies is still at version 15.3.1. It is a strong best practice to keep this aligned with your next version to prevent linting rule mismatches. Please consider updating it to 15.3.6.

You can fix both issues by manually editing eslint-config-next in package.json and then running pnpm install.

"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down