This commit is contained in:
Daniel Scalzi
2023-02-12 19:11:46 -05:00
parent f9041a6dfc
commit 82967469e9
5 changed files with 103 additions and 1922 deletions

View File

@@ -31,14 +31,14 @@
"@types/fs-extra": "^11.0.1",
"@types/luxon": "^3.2.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^16.18.11",
"@types/node": "^18.13.0",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.32.0",
"rimraf": "^4.0.5",
"typescript": "^4.9.4"
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"
},
"dependencies": {
"dotenv": "^16.0.3",
@@ -46,7 +46,7 @@
"got": "^11.8.6",
"helios-distribution-types": "^1.1.0",
"luxon": "^3.2.1",
"minimatch": "^6.0.0",
"minimatch": "^6.1.8",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",