Dependency upgrade, replace moment with luxon.

This commit is contained in:
Daniel Scalzi
2020-10-14 23:21:20 -04:00
parent b6cb191aca
commit 28cb5a3d52
3 changed files with 148 additions and 169 deletions

View File

@@ -26,14 +26,15 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^9.0.2",
"@types/luxon": "^1.25.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.12.62",
"@types/node": "^12.12.67",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"@types/yargs": "^15.0.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
},
@@ -42,12 +43,12 @@
"fs-extra": "^9.0.1",
"got": "^11.7.0",
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.25.0",
"minimatch": "^3.0.4",
"moment": "^2.29.0",
"node-stream-zip": "^1.11.3",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.74.0",
"ts-json-schema-generator": "^0.76.1",
"winston": "^3.3.3",
"yargs": "^16.0.3"
}