From c633827e5e3ee3bbedb06094ce2e676c854bad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Dec 2018 20:21:03 +0900 Subject: [PATCH] Update typescript requirement from 3.1.6 to 3.2.2 (#3585) Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits/v3.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72066512d..595b09987 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "ts-loader": "5.3.1", "ts-node": "7.0.1", "tslint": "5.10.0", - "typescript": "3.1.6", + "typescript": "3.2.2", "typescript-eslint-parser": "21.0.2", "uglify-es": "3.3.9", "url-loader": "1.1.2",