Fix npm warnings

This commit is contained in:
Matt Bierner
2020-05-29 14:27:34 -07:00
parent d13ffc1628
commit 1c9a14f3e4
2 changed files with 716 additions and 1191 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,12 +32,12 @@
"devDependencies": {
"@types/node": "^12.12.0",
"@types/vscode": "^1.32.0",
"ts-loader": "^6.0.4",
"ts-loader": "^7.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"typescript": "^3.9.4",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}