From de6cd2f68c1d4eb8a80d4ab81723226dcc018e5a Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Mar 2016 13:40:54 -0600 Subject: [PATCH] chore(build): update to typescript 1.8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f87d33aac2..8c1d07939b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "gulp-sass": "^2.0.4", "gulp-shell": "^0.4.0", "gulp-strip-debug": "^1.1.0", - "gulp-typescript": "^2.9.2", + "gulp-typescript": "2.12.1", "gulp-util": "^3.0.6", "gulp-watch": "^4.2.4", "html-entities": "^1.1.3", @@ -79,7 +79,7 @@ "strip-sourcemap-loader": "0.0.1", "systemjs": "0.19.6", "through2": "^0.6.3", - "typescript": "1.7.5", + "typescript": "1.8.7", "vinyl": "^0.4.6", "webpack": "^1.12.2", "yargs": "^3.6.0" @@ -89,4 +89,4 @@ "path": "node_modules/ionic-cz-conventional-changelog" } } -} \ No newline at end of file +}