Update build dependencies

This commit is contained in:
Dmitriy Simushev 2015-06-01 13:08:15 +00:00
parent 0ff5c7c28a
commit f13d938bde

View File

@ -1,28 +1,28 @@
{ {
"devDependencies": { "devDependencies": {
"gulp": "~3.8.10", "gulp": "~3.8.11",
"gulp-phpcs": "~0.4.0", "gulp-phpcs": "~0.6.0",
"gulp-uglify": "~1.1.0", "gulp-uglify": "~1.2.0",
"gulp-concat": "~2.4.3", "gulp-concat": "~2.5.2",
"gulp-order": "~1.1.1", "gulp-order": "~1.1.1",
"gulp-handlebars": "~4.0.0", "gulp-handlebars": "~4.0.0",
"gulp-define-module": "~0.1.1", "gulp-define-module": "~0.1.3",
"gulp-header": "~1.2.2", "gulp-header": "~1.2.2",
"gulp-zip": "~2.0.2", "gulp-zip": "~3.0.2",
"gulp-tar": "~1.3.2", "gulp-tar": "~1.4.0",
"gulp-gzip": "~0.0.8", "gulp-gzip": "~1.1.0",
"gulp-chmod": "~1.2.0", "gulp-chmod": "~1.2.0",
"gulp-xgettext": "~0.2.1", "gulp-xgettext": "~0.3.0",
"gulp-concat-po": "~0.1.0", "gulp-concat-po": "~0.1.1",
"gulp-rename": "~1.2.0", "gulp-rename": "~1.2.2",
"bower": "~1.3.12", "bower": "~1.4.1",
"handlebars": "~3.0.0", "handlebars": "~3.0.3",
"run-sequence": "~1.0.2", "run-sequence": "~1.1.0",
"through2": "~0.6.3", "through2": "~0.6.5",
"pofile": "~0.2.12", "pofile": "~0.2.12",
"lodash": "~2.4.1", "lodash": "~3.9.3",
"strftime": "~0.8.2", "strftime": "~0.9.2",
"del": "~1.1.1", "del": "~1.2.0",
"event-stream": "~3.2.1" "event-stream": "~3.3.1"
} }
} }