Add date-fns dependency to the frontend project

Added date-fns version 4.1.0 to package.json and package-lock.json. This introduces date utility functions, enabling easier date manipulations and formatting across the frontend. No functional changes yet, just preparing for future use.
This commit is contained in:
2025-03-14 05:03:09 +01:00
parent 9d13760b5f
commit 3862fdb1ad
2 changed files with 12 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.4.11",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.477.0",