From 0c00a697ecb585ba90c4678d3b99716ca48bcef9 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 23 Dec 2014 14:36:59 +0000 Subject: [PATCH] Update build dependencies --- src/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/package.json b/src/package.json index 87162256..bfd69a3e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,22 +1,22 @@ { "devDependencies": { - "gulp": "~3.8.0", - "gulp-phpcs": "~0.2.1", - "gulp-uglify": "~0.3.1", - "gulp-concat": "~2.3.4", + "gulp": "~3.8.10", + "gulp-phpcs": "~0.3.0", + "gulp-uglify": "~1.0.2", + "gulp-concat": "~2.4.2", "gulp-order": "~1.1.1", - "gulp-handlebars": "~2.2.0", + "gulp-handlebars": "~3.0.1", "gulp-define-module": "~0.1.1", - "gulp-header": "~1.0.5", - "gulp-zip": "~1.0.0", - "gulp-tar": "~1.0.0", + "gulp-header": "~1.2.2", + "gulp-zip": "~2.0.2", + "gulp-tar": "~1.3.1", "gulp-gzip": "~0.0.8", - "gulp-chmod": "~1.1.0", - "gulp-xgettext": "~0.2.0", + "gulp-chmod": "~1.2.0", + "gulp-xgettext": "~0.2.1", "gulp-concat-po": "~0.1.0", "handlebars": "~2.0.0", - "run-sequence": "~0.3.6", - "through2": "^0.5.1", + "run-sequence": "~1.0.2", + "through2": "~0.6.1", "pofile": "~0.2.12", "lodash": "~2.4.1", "strftime": "~0.8.2",