[Blazor] Update typescript dependencies (#12395)

* [Blazor] Update npm dependencies to fix security vulnerabilities
* Update to latest typescript compiler
This commit is contained in:
Javier Calvarro Nelson 2019-07-22 19:10:45 +02:00 committed by GitHub
parent a99ab25700
commit d846cb4b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 792 additions and 554 deletions

View File

@ -20,15 +20,14 @@
"@typescript-eslint/eslint-plugin": "^1.5.0", "@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0", "@typescript-eslint/parser": "^1.5.0",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"jest": "^24.1.0", "jest": "^24.8.0",
"ts-jest": "^24.0.0", "ts-jest": "^24.0.0",
"ts-loader": "^4.4.1", "ts-loader": "^4.4.1",
"typescript": "^3.4.0", "typescript": "^3.5.3",
"webpack": "^4.12.0", "webpack": "^4.36.1",
"webpack-cli": "^3.0.8" "webpack-cli": "^3.3.6"
}, },
"resolutions": { "resolutions": {
"**/js-yaml": "^3.13.1", "**/set-value": "^2.0.1"
"jest/**/handlebars": "^4.1.2"
} }
} }

File diff suppressed because it is too large Load Diff