Upgrade to Node.js 16.
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user