From cb230244979dedc71ef19881d9bbf80edc1c7e73 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 3 Apr 2017 19:35:58 +0200 Subject: [PATCH] chore: Update dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7224842..2c8f4bd 100644 --- a/package.json +++ b/package.json @@ -58,16 +58,16 @@ ] }, "devDependencies": { - "babel-core": "^6.21.0", - "babel-preset-es2015": "^6.18.0", - "babel-root-import": "^4.1.5", + "babel-core": "^6.24.0", + "babel-preset-es2015": "^6.24.0", + "babel-root-import": "^4.1.8", "colors": "^1.1.2", "cpx": "^1.5.0", - "eslint": "^3.11.0", - "eslint-plugin-standard": "^2.0.1", + "eslint": "^3.19.0", + "eslint-plugin-standard": "^2.1.1", "gulp": "^3.9.1", - "gulp-bump": "^2.6.1", - "gulp-conventional-changelog": "^1.1.0", + "gulp-bump": "^2.7.0", + "gulp-conventional-changelog": "^1.1.3", "gulp-data": "^1.2.1", "gulp-filelist": "^1.0.0", "gulp-if": "^2.0.2", @@ -77,9 +77,9 @@ "gulp-template": "^4.0.0", "gulp-watch": "^4.3.8", "json-minify": "^1.0.0", - "rimraf": "^2.5.4", + "rimraf": "^2.6.1", "run-sequence": "^1.2.2", "svgo": "^0.7.1", - "yargs": "^6.6.0" + "yargs": "^7.0.2" } }