Update linter, dependencies.

This commit is contained in:
Daniel Scalzi
2023-08-13 19:15:35 -04:00
parent 5da3d6cf5f
commit 11f8a72e8a
24 changed files with 273 additions and 316 deletions

View File

@@ -30,13 +30,13 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/luxon": "^3.3.0",
"@types/node": "^18.16.9",
"@types/luxon": "^3.3.1",
"@types/node": "^18.17.5",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
@@ -45,13 +45,13 @@
"fs-extra": "^11.1.1",
"got": "^13.0.0",
"helios-distribution-types": "^1.2.0",
"luxon": "^3.3.0",
"minimatch": "^9.0.2",
"luxon": "^3.4.0",
"minimatch": "^9.0.3",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"triple-beam": "^1.4.1",
"ts-json-schema-generator": "^1.2.0",
"winston": "^3.9.0",
"winston": "^3.10.0",
"yargs": "^17.7.2"
}
}