From: gustavo Date: Sat, 6 Feb 2016 11:06:38 +0000 (+0100) Subject: gulp: gulp-my-tasks, upgrade npm dependencies X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=a5493931adbd5f3184a49983bd0b8c999fc6f967;p=JavaScriptForFun gulp: gulp-my-tasks, upgrade npm dependencies --- diff --git a/gulp/gulp-my-tasks/package.json b/gulp/gulp-my-tasks/package.json index 082a416..eafbc58 100644 --- a/gulp/gulp-my-tasks/package.json +++ b/gulp/gulp-my-tasks/package.json @@ -12,24 +12,24 @@ "main" : "index.js", "dependencies": { "del": "~2.2.0", - "express": "~4.13.3", + "express": "~4.13.4", "express-http-proxy": "~0.6.0", "extend": "~3.0.0", "gulp-angular-filesort": "~1.1.1", "gulp-angular-templatecache": "~1.8.0", "gulp-batch": "~1.0.5", "gulp-bytediff": "~1.0.0", - "gulp-cssnano": "~2.0.0", + "gulp-cssnano": "~2.1.0", "gulp-filter": "~3.0.1", "gulp-header": "~1.7.1", - "gulp-htmlhint": "~0.3.0", + "gulp-htmlhint": "~0.3.1", "gulp-htmlmin": "~1.3.0", "gulp-if": "~2.0.0", "gulp-inject": "~3.0.0", "gulp-jscs": "~3.0.2", "gulp-jscs-stylish" : "~1.3.0", "gulp-jshint": "~2.0.0", - "gulp-load-plugins": "~1.1.0", + "gulp-load-plugins": "~1.2.0", "gulp-ng-annotate": "~1.1.0", "gulp-ngdocs": "~0.2.13", "gulp-nodemon": "~2.0.6", @@ -39,21 +39,21 @@ "gulp-rev-replace": "~0.4.3", "gulp-task-listing": "~1.0.1", "gulp-uglify": "~1.5.1", - "gulp-useref": "~3.0.4", + "gulp-useref": "~3.0.5", "gulp-util": "~3.0.7", "gulp-watch": "~4.3.5", "jasmine-core": "~2.4.1", "jshint-stylish": "~2.1.0", - "karma": "~0.13.16", + "karma": "~0.13.19", "karma-coverage": "~0.5.3", - "karma-jasmine": "~0.3.6", + "karma-jasmine": "~0.3.7", "karma-junit-reporter": "~0.3.8", - "karma-phantomjs-launcher": "~0.2.2", + "karma-phantomjs-launcher": "~1.0.0", "morgan": "~1.6.1", - "phantomjs": "~1.9.19", + "phantomjs": "~2.1.3", "serve-favicon": "~2.3.0", "wiredep": "~3.0.0", - "yargs": "~3.31.0" + "yargs": "~3.32.0" }, "devDependencies": { "gulp": "~3.9.0"