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 @@ -35,7 +35,7 @@
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.474.0",
"lucide-react": "^0.507.0",

Choose a reason for hiding this comment

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

medium

This line updates the lucide-react dependency version. While the release notes provided don't indicate breaking API changes for React consumers, they do mention several icon changes (e.g., search, guitar, air-vent, dumbbell, touchpad-off, bell-electric, menu, mail, package-2, brush, calendar-plus, book-key, clipboard-paste, orbit, baby). These changes could potentially affect the visual appearance of icons used in the application. It would be prudent to perform a quick manual check of the application's UI, especially pages using these specific icons, to ensure no unexpected visual regressions have occurred.

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