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.8",

Choose a reason for hiding this comment

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

critical

This version bump for next is correct, but the corresponding pnpm-lock.yaml file has not been updated. The project uses pnpm install --frozen-lockfile (as seen in the Dockerfile), which will cause the build to fail because the lockfile is out of sync with package.json. Please run pnpm install and commit the updated pnpm-lock.yaml to resolve this.

Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

The eslint-config-next package version (15.3.1) should be updated to match the new Next.js version (15.3.8) to ensure compatibility and consistency between the framework and its ESLint configuration.

Copilot uses AI. Check for mistakes.
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down