Update dependencies of the build system

This commit is contained in:
Dmitriy Simushev 2015-01-23 11:47:12 +00:00
parent ef98d5056a
commit 84b0d891e0

View File

@ -1,25 +1,25 @@
{
"devDependencies": {
"gulp": "~3.8.10",
"gulp-phpcs": "~0.3.0",
"gulp-uglify": "~1.0.2",
"gulp-concat": "~2.4.2",
"gulp-phpcs": "~0.4.0",
"gulp-uglify": "~1.1.0",
"gulp-concat": "~2.4.3",
"gulp-order": "~1.1.1",
"gulp-handlebars": "~3.0.1",
"gulp-define-module": "~0.1.1",
"gulp-header": "~1.2.2",
"gulp-zip": "~2.0.2",
"gulp-tar": "~1.3.1",
"gulp-tar": "~1.3.2",
"gulp-gzip": "~0.0.8",
"gulp-chmod": "~1.2.0",
"gulp-xgettext": "~0.2.1",
"gulp-concat-po": "~0.1.0",
"handlebars": "~2.0.0",
"run-sequence": "~1.0.2",
"through2": "~0.6.1",
"through2": "~0.6.3",
"pofile": "~0.2.12",
"lodash": "~2.4.1",
"strftime": "~0.8.2",
"event-stream": "~3.1.7"
"event-stream": "~3.2.1"
}
}