Node 14, dependency upgrade.

Node 14 is now LTS, so we'll use that.
This commit is contained in:
Daniel Scalzi
2020-11-01 17:22:53 -05:00
parent 28cb5a3d52
commit 0d46a529fc
5 changed files with 108 additions and 130 deletions

View File

@@ -29,27 +29,27 @@
"@types/fs-extra": "^9.0.2",
"@types/luxon": "^1.25.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.12.67",
"@types/node": "^14.14.6",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^15.0.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"dependencies": {
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"got": "^11.7.0",
"got": "^11.8.0",
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.25.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.11.3",
"node-stream-zip": "^1.11.4",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.76.1",
"ts-json-schema-generator": "^0.77.0",
"winston": "^3.3.3",
"yargs": "^16.0.3"
"yargs": "^16.1.0"
}
}