From: gustavo Date: Wed, 30 Mar 2016 23:57:04 +0000 (+0200) Subject: gulp-my-tasks: upgrade versions X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=e5394b283dcda3a1745e87430b69953742adb594;p=JavaScriptForFun gulp-my-tasks: upgrade versions --- diff --git a/gulp/gulp-my-tasks/package.json b/gulp/gulp-my-tasks/package.json index eafbc58..8a17cd8 100644 --- a/gulp/gulp-my-tasks/package.json +++ b/gulp/gulp-my-tasks/package.json @@ -19,43 +19,43 @@ "gulp-angular-templatecache": "~1.8.0", "gulp-batch": "~1.0.5", "gulp-bytediff": "~1.0.0", - "gulp-cssnano": "~2.1.0", - "gulp-filter": "~3.0.1", + "gulp-cssnano": "~2.1.1", + "gulp-filter": "~4.0.0", "gulp-header": "~1.7.1", "gulp-htmlhint": "~0.3.1", "gulp-htmlmin": "~1.3.0", "gulp-if": "~2.0.0", - "gulp-inject": "~3.0.0", + "gulp-inject": "~4.0.0", "gulp-jscs": "~3.0.2", "gulp-jscs-stylish" : "~1.3.0", "gulp-jshint": "~2.0.0", "gulp-load-plugins": "~1.2.0", - "gulp-ng-annotate": "~1.1.0", + "gulp-ng-annotate": "~2.0.0", "gulp-ngdocs": "~0.2.13", "gulp-nodemon": "~2.0.6", "gulp-order": "~1.1.1", "gulp-print": "~2.0.1", - "gulp-rev": "~6.0.1", + "gulp-rev": "~7.0.0", "gulp-rev-replace": "~0.4.3", "gulp-task-listing": "~1.0.1", - "gulp-uglify": "~1.5.1", - "gulp-useref": "~3.0.5", + "gulp-uglify": "~1.5.3", + "gulp-useref": "~3.0.8", "gulp-util": "~3.0.7", "gulp-watch": "~4.3.5", "jasmine-core": "~2.4.1", "jshint-stylish": "~2.1.0", - "karma": "~0.13.19", - "karma-coverage": "~0.5.3", - "karma-jasmine": "~0.3.7", - "karma-junit-reporter": "~0.3.8", + "karma": "~0.13.22", + "karma-coverage": "~0.5.5", + "karma-jasmine": "~0.3.8", + "karma-junit-reporter": "~0.4.1", "karma-phantomjs-launcher": "~1.0.0", - "morgan": "~1.6.1", + "morgan": "~1.7.0", "phantomjs": "~2.1.3", "serve-favicon": "~2.3.0", - "wiredep": "~3.0.0", - "yargs": "~3.32.0" + "wiredep": "~4.0.0", + "yargs": "~4.3.2" }, "devDependencies": { - "gulp": "~3.9.0" + "gulp": "~3.9.1" } }