From 982d431e365d4baeaf10ddaef8e2c963af7c5fda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 09:09:16 +0000 Subject: [PATCH] Update typescript requirement from 2.5.3 to 3.5.2 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) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0949af9..48b319765 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "npm-run-all": "^4.1.3", "tslint": "^5.11.0", "tslint-microsoft-contrib": "^5.2.1", - "typescript": "2.5.3" + "typescript": "3.5.2" } }