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

Choose a reason for hiding this comment

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

high

While updating next to 15.4.2 is correct, the eslint-config-next package in devDependencies (line 59) is still pinned to 15.3.1. It's crucial to keep next and eslint-config-next versions synchronized to avoid compatibility problems, linting errors, or build failures. Please update eslint-config-next to 15.4.2.

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