From 10af873fa50b656884e156fa7db5b19c8f5f8d75 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 20 Jan 2015 09:55:21 +0100 Subject: [PATCH] build deps upgrade --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6f933df5..6f652a7d 100644 --- a/package.json +++ b/package.json @@ -6,15 +6,15 @@ "devDependencies": { "bower": "1.3.12", "gulp": "3.8.10", - "gulp-rev": "2.0.1", + "gulp-rev": "3.0.0", "gulp-rev-replace": "0.3.1", - "gulp-minify-css": "0.3.11", - "gulp-uglify": "1.0.2", - "gulp-filter": "1.0.2", + "gulp-minify-css": "0.3.13", + "gulp-uglify": "1.1.0", + "gulp-filter": "2.0.0", "gulp-connect": "2.2.0", "connect-modrewrite": "0.7.9", - "gulp-sass": "1.2.4", - "gulp-useref": "1.0.2", - "gulp-angular-templatecache": "1.4.2" + "gulp-sass": "1.3.2", + "gulp-useref": "1.1.1", + "gulp-angular-templatecache": "1.5.0" } }