fix: align date picker deps with date-fns v2

This commit is contained in:
2025-11-09 19:35:56 +01:00
parent bb65ab8bed
commit 7d56356ebf
2 changed files with 19 additions and 13 deletions

View File

@@ -10,11 +10,11 @@
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"node-cron": "^3.0.3",
"react": "^19.1.0",
"react-date-range": "^2.0.1",
"react-date-range": "^1.4.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.9.5",
"uuid": "^11.0.3",