[+] Add moment dependency

pull/64/head
Azalea Gui 2023-01-13 07:22:23 -05:00
parent 164eb20bdc
commit 89e2a67b05
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,7 @@
"devDependencies": {
"@octokit/core": "^4.1.0",
"@types/js-yaml": "^4.0.5",
"http-server": "^14.1.1"
"http-server": "^14.1.1",
"moment": "^2.29.4"
}
}

View File

@ -1395,6 +1395,11 @@ mkdirp@^0.5.6:
dependencies:
minimist "^1.2.6"
moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
mri@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"