From a98c27d9745e837e95b7f231ae8d1cba1c777fdc Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 30 Oct 2015 10:10:23 -0700 Subject: [PATCH] build(npm): update all gulp-* dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 15f408dd2c..7d228d406c 100644 --- a/package.json +++ b/package.json @@ -56,19 +56,19 @@ "glob": "^4.0.6", "googleapis": "1.0.x", "gulp": "^3.8.8", - "gulp-autoprefixer": "^2.1.0", + "gulp-autoprefixer": "^3.1.0", "gulp-clang-format": "^1.0.14", "gulp-concat": "^2.5.2", "gulp-connect": "^1.0.10", - "gulp-insert": "^0.4.0", - "gulp-load-plugins": "^0.7.1", + "gulp-insert": "^0.5.0", + "gulp-load-plugins": "^1.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.3", "gulp-sass": "^2.0.4", - "gulp-shell": "^0.2.10", - "gulp-sourcemaps": "1.3.*", + "gulp-shell": "^0.5.1", + "gulp-sourcemaps": "^1.6.0", "gulp-traceur": "0.17.*", - "gulp-tslint": "^3.4.0", + "gulp-tslint": "^3.5.0", "gulp-typescript": "^2.9.0", "gulp-uglify": "^1.2.0", "hash-files": "^1.0.0", @@ -105,7 +105,7 @@ "symlink-or-copy": "^1.0.1", "systemjs": "^0.18.10", "systemjs-builder": "^0.10.3", - "through2": "^0.6.1", + "through2": "^0.6.5", "ts2dart": "^0.7.12", "tsd": "^0.6.5-beta", "tslint": "^3.0.0-dev.1",