Update dependencies.

This commit is contained in:
Daniel Scalzi
2021-03-07 10:51:51 -05:00
parent 5c9e44db91
commit 07ea0e8b98
3 changed files with 107 additions and 106 deletions

View File

@@ -27,29 +27,29 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.7",
"@types/luxon": "^1.26.0",
"@types/fs-extra": "^9.0.8",
"@types/luxon": "^1.26.2",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.31",
"@types/node": "^14.14.32",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
},
"dependencies": {
"dotenv": "^8.2.0",
"fs-extra": "^9.1.0",
"got": "^11.8.1",
"got": "^11.8.2",
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.26.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.13.1",
"node-stream-zip": "^1.13.2",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.86.0",
"ts-json-schema-generator": "^0.88.0",
"winston": "^3.3.3",
"yargs": "^16.2.0"
}