From 7e71aa67a2ceacc481ed2bdfc693f70051faa575 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Mon, 10 Oct 2016 13:24:28 -0700 Subject: [PATCH] Update TypeScript to 2.0.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4c4bc683b5..fcb63e6537 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "gulp-mocha": "^2.1.3", "gulp-tslint": "^4.3.0", "mocha": "^2.2.5", - "tslint": "^3.3.0", - "tslint-microsoft-contrib": "^2.0.0", - "typescript": "^1.7.3", + "tslint": "^3.15.1", + "tslint-microsoft-contrib": "^2.0.12", + "typescript": "^2.0.3", "vscode": "^0.11.13", "vsce": "^1.7.0", "chai": "^3.5.0",