Upgrade to Node.js 20.

This commit is contained in:
Daniel Scalzi
2024-02-22 10:49:07 -05:00
parent b783e4784d
commit 5f6c58d863
5 changed files with 213 additions and 299 deletions

View File

@@ -11,7 +11,7 @@
"start": "npm run build && node dist/index.js",
"fs": "node dist/index.js",
"faststart": "node dist/index.js",
"lint": "eslint . --ext .js,.ts"
"lint": "eslint ."
},
"repository": {
"type": "git",
@@ -30,27 +30,28 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/luxon": "^3.3.6",
"@types/node": "^18.19.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.19",
"@types/triple-beam": "^1.3.5",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.55.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"got": "^13.0.0",
"got": "^14.2.0",
"helios-distribution-types": "^1.3.0",
"luxon": "^3.4.4",
"minimatch": "^9.0.3",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.4.1",
"ts-json-schema-generator": "^1.4.1",
"ts-json-schema-generator": "^1.5.0",
"typescript-eslint": "^7.0.2",
"winston": "^3.11.0",
"yargs": "^17.7.2"
}