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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user