Replace moment with date-fns

This commit is contained in:
Ariful Alam
2022-05-19 19:38:55 +06:00
parent 36097918fd
commit 6b3d089b4b
4 changed files with 34 additions and 24 deletions

View File

@@ -47,11 +47,11 @@
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"daisyui": "^2.11.0",
"date-fns": "^2.28.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"moment": "^2.29.1",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"prop-types": "^15.8.1",