Upgrade to Node.js 16.

This commit is contained in:
Daniel Scalzi
2021-10-31 02:38:16 -04:00
parent b0f0f02cf9
commit e97ac9bfad
6 changed files with 2593 additions and 398 deletions

View File

@@ -28,16 +28,16 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.4",
"@types/luxon": "^2.0.5",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.17.20",
"@types/node": "^16.11.6",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"dependencies": {
"dotenv": "^10.0.0",
@@ -49,7 +49,7 @@
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.95.0",
"ts-json-schema-generator": "^0.96.0",
"winston": "^3.3.3",
"yargs": "^17.2.1"
}