From a8f39336c849a0ca038560972424a3737d07c5f3 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Mon, 26 Oct 2015 02:00:23 +1100 Subject: [PATCH] Update PostCSS deps the latest versions that support 0.10 PostCSS >= 6.0.0 has dropped support for Node 0.10. Whether we want to follow suit is beyond my pay grade here :) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e9809a..8dc25be 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "vinyl-sourcemaps-apply": "^0.2.0" }, "devDependencies": { - "autoprefixer-core": "^5.0.0", + "autoprefixer-core": "^5.2.1", "eslint": "^1.6.0", "globule": "^0.2.0", "gulp": "^3.8.11", - "gulp-postcss": "^5.0.0", + "gulp-postcss": "^5.1.10", "gulp-sourcemaps": "^1.5.2", "gulp-tap": "^0.1.3", "mocha": "^2.2.1",