From a258482e6090776bb120decb29ea339fa14ea574 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 25 Aug 2018 03:27:25 -0700 Subject: [PATCH] Update TypeScript to 3.0.1 (#1092) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 771d0868d3..a7222fe6f6 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "standard": "^11.0.1", "tap": "^12.0.0", "then-sleep": "^1.0.1", - "typescript": "^2.9.2", + "typescript": "^3.0.1", "typescript-eslint-parser": "^18.0.0", "x-xss-protection": "^1.1.0" },