From f13d938bde30b95ab78c02bb09e97f7fa745305c Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 1 Jun 2015 13:08:15 +0000 Subject: [PATCH] Update build dependencies --- src/package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/package.json b/src/package.json index e100db79..87882227 100644 --- a/src/package.json +++ b/src/package.json @@ -1,28 +1,28 @@ { "devDependencies": { - "gulp": "~3.8.10", - "gulp-phpcs": "~0.4.0", - "gulp-uglify": "~1.1.0", - "gulp-concat": "~2.4.3", + "gulp": "~3.8.11", + "gulp-phpcs": "~0.6.0", + "gulp-uglify": "~1.2.0", + "gulp-concat": "~2.5.2", "gulp-order": "~1.1.1", "gulp-handlebars": "~4.0.0", - "gulp-define-module": "~0.1.1", + "gulp-define-module": "~0.1.3", "gulp-header": "~1.2.2", - "gulp-zip": "~2.0.2", - "gulp-tar": "~1.3.2", - "gulp-gzip": "~0.0.8", + "gulp-zip": "~3.0.2", + "gulp-tar": "~1.4.0", + "gulp-gzip": "~1.1.0", "gulp-chmod": "~1.2.0", - "gulp-xgettext": "~0.2.1", - "gulp-concat-po": "~0.1.0", - "gulp-rename": "~1.2.0", - "bower": "~1.3.12", - "handlebars": "~3.0.0", - "run-sequence": "~1.0.2", - "through2": "~0.6.3", + "gulp-xgettext": "~0.3.0", + "gulp-concat-po": "~0.1.1", + "gulp-rename": "~1.2.2", + "bower": "~1.4.1", + "handlebars": "~3.0.3", + "run-sequence": "~1.1.0", + "through2": "~0.6.5", "pofile": "~0.2.12", - "lodash": "~2.4.1", - "strftime": "~0.8.2", - "del": "~1.1.1", - "event-stream": "~3.2.1" + "lodash": "~3.9.3", + "strftime": "~0.9.2", + "del": "~1.2.0", + "event-stream": "~3.3.1" } }