use js for datepicker

This commit is contained in:
Matteo Rosati
2026-01-16 11:03:39 +01:00
parent 7ccfa0b0ee
commit e2f7be2813
3 changed files with 42 additions and 14 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"leaflet": "^1.9.4",
"react": "^19",
"react-datepicker": "^9.1.0",
"react-dom": "^19",
"react-leaflet": "^5.0.0",
"recharts": "^3.6.0"
@@ -19,6 +20,7 @@
"@types/bun": "latest",
"@types/leaflet": "^1.9.21",
"@types/react": "^19",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19"
}
}