chore: explicit dateformat import

This commit is contained in:
Rafael Taranto 2024-01-08 10:23:56 +00:00
parent d071f9dda3
commit db468e7a6f
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View file

@ -7802,6 +7802,11 @@
"time-zone": "^1.0.0"
}
},
"dateformat": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
"integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="
},
"dayjs": {
"version": "1.11.10",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",

View file

@ -38,6 +38,7 @@
"dataloader": "^2.0.0",
"date-fns": "^2.26.0",
"date-fns-tz": "^1.1.6",
"dateformat": "^3.0.3",
"dotenv": "^16.0.0",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.2.0",