Remove moment, use dayjs instead

This commit is contained in:
Kloon ImKloon 2023-09-11 18:30:17 +02:00
parent 050d0d73f0
commit 443ceb53d1
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A
2 changed files with 0 additions and 10 deletions

View File

@ -19,7 +19,6 @@
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"material-icons": "^1.13.11",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6",
"pretty-bytes": "^6.1.1",
@ -5156,14 +5155,6 @@
"ufo": "^1.3.0"
}
},
"node_modules/moment": {
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
"engines": {
"node": "*"
}
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",

View File

@ -25,7 +25,6 @@
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"material-icons": "^1.13.11",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6",
"pretty-bytes": "^6.1.1",