Support Typescript 4.1, dependency upgrade.

This commit is contained in:
Daniel Scalzi
2020-11-28 15:23:42 -05:00
parent 0d46a529fc
commit 9ead2ca219
4 changed files with 75 additions and 75 deletions

View File

@@ -26,17 +26,17 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.2",
"@types/fs-extra": "^9.0.4",
"@types/luxon": "^1.25.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.6",
"@types/node": "^14.14.10",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"@types/yargs": "^15.0.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
},
"dependencies": {
"dotenv": "^8.2.0",
@@ -45,10 +45,10 @@
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.25.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.11.4",
"node-stream-zip": "^1.12.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.77.0",
"ts-json-schema-generator": "^0.79.0",
"winston": "^3.3.3",
"yargs": "^16.1.0"
}