Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2020-02-25 14:58:45 -05:00
parent f99e53bed2
commit 4d7c8e2f9f
2 changed files with 26 additions and 26 deletions

View File

@@ -28,13 +28,13 @@
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/fs-extra": "^8.1.0",
"@types/node": "^12.12.27",
"@types/node": "^12.12.28",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"dependencies": {
"adm-zip": "^0.4.14",