dependency: migrate from moment to dayjs

This commit is contained in:
Jesse Chan
2020-09-17 23:29:35 +08:00
parent 41c270e6a1
commit 30d2b034b3
8 changed files with 83 additions and 83 deletions

View File

@@ -40,6 +40,7 @@
"chalk": "^4.1.0",
"compression": "^1.7.3",
"cookie-parser": "^1.4.5",
"dayjs": "^1.8.36",
"debug": "^4.1.1",
"deep-equal": "^2.0.3",
"express": "^4.17.1",
@@ -51,7 +52,6 @@
"joi": "^17.2.1",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mv": "^2.1.1",