From fd07da3e1246238aadf3a2ef6d4e174d6323dba5 Mon Sep 17 00:00:00 2001 From: Sean King Date: Tue, 1 Aug 2017 21:17:31 +0200 Subject: [PATCH] bump deps --- package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index a26589d..b29dec3 100644 --- a/package.json +++ b/package.json @@ -34,31 +34,31 @@ }, "homepage": "https://github.com/simplaio/rucksack", "dependencies": { - "autoprefixer": "^6.0.0", + "autoprefixer": "^7.1.2", "laggard": "^0.1.0", "minimist": "^1.1.2", - "postcss": "^5.0.0", - "postcss-alias": "^1.0.0", - "postcss-clearfix": "^1.0.0", - "postcss-color-rgba-fallback": "^2.0.0", - "postcss-easings": "^0.3.0", - "postcss-fontpath": "^0.3.0", - "postcss-hexrgba": "^0.2.0", - "postcss-input-style": "^0.3.0", - "postcss-opacity": "^4.0.0", - "postcss-position": "^0.5.0", - "postcss-pseudoelements": "^3.0.0", - "postcss-quantity-queries": "^0.4.0", - "postcss-reporter": "^2.0.0", - "postcss-responsive-type": "^0.5.0", - "postcss-vmin": "^2.0.0", + "postcss": "^6.0.8", + "postcss-alias": "^2.0.0", + "postcss-clearfix": "^2.0.1", + "postcss-color-rgba-fallback": "^3.0.0", + "postcss-easings": "^1.0.0", + "postcss-fontpath": "^1.0.0", + "postcss-hexrgba": "^1.0.0", + "postcss-input-style": "^1.0.0", + "postcss-opacity": "^5.0.0", + "postcss-position": "^1.0.0", + "postcss-pseudoelements": "^5.0.0", + "postcss-quantity-queries": "^0.5.0", + "postcss-reporter": "^5.0.0", + "postcss-responsive-type": "^1.0.0", + "postcss-vmin": "^3.0.0", "read-file-stdin": "^0.2.0", "write-file-stdout": "^0.0.2" }, "devDependencies": { - "chai": "^2.3.0", - "eslint": "^2.8.0", - "mocha": "^2.4.5" + "chai": "^4.1.0", + "eslint": "^4.3.0", + "mocha": "^3.5.0" }, "scripts": { "test": "mocha test --reporter nyan",