From f6c5529467d81cdd5cfd556ded195eec5a5a1bd6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 12 May 2017 12:09:31 +0200 Subject: [PATCH] Upgraded dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d137ea5e3..aad112c91 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "escape-string-regexp": "^1.0.5" }, "devDependencies": { - "autoprefixer": "^6.7.3", + "autoprefixer": "^7.0.1", "babel-core": "^6.23.0", "babel-eslint": "^7.1.1", "babel-loader": "^7.0.0", @@ -50,13 +50,13 @@ "babel-root-import": "^4.1.5", "chalk": "^1.1.3", "core-js": "^2.4.1", - "css-mqpacker": "^5.0.1", + "css-mqpacker": "^6.0.0", "custom-event-polyfill": "^0.3.0", "del": "^2.2.2", "ecstatic": "^2.1.0", "eslint": "^3.16.0", "fastclick": "^1.0.6", - "flow-bin": "^0.44.0", + "flow-bin": "^0.46.0", "flow-jsdoc": "^0.3.0", "git-hooks": "^1.1.7", "gulp": "^3.9.1", @@ -68,7 +68,7 @@ "gulp-ignore": "^2.0.2", "gulp-modernizr": "1.0.0-alpha", "gulp-plumber": "^1.1.0", - "gulp-postcss": "^6.2.0", + "gulp-postcss": "^7.0.0", "gulp-remove-empty-lines": "0.0.8", "gulp-replace": "^0.5.4", "gulp-rev": "^7.1.2", @@ -95,7 +95,7 @@ "webpack": "^2.2.1", "webpack-stream": "^3.2.0", "whatwg-fetch": "^2.0.1", - "yargs": "^7.0.2" + "yargs": "^8.0.1" }, "optionalDependencies": { "eslint-plugin-mocha": "^4.8.0",