diff --git a/Gruntfile.js b/Gruntfile.js index 8bc1b4805c..9038f5560d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -3,7 +3,7 @@ module.exports = function(grunt) { var path = require('path'), SOURCE_DIR = 'src/', BUILD_DIR = 'build/', - autoprefixer = require('autoprefixer-core'), + autoprefixer = require('autoprefixer'), mediaConfig = {}, mediaBuilds = ['audiovideo', 'grid', 'models', 'views']; diff --git a/package.json b/package.json index 3c608c71b0..fcfd2809a4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "The WordPress Contributors", "license": "GPL-2.0+", "devDependencies": { - "autoprefixer-core": "~5.2.1", + "autoprefixer": "~6.0.3", "grunt": "~0.4.5", "grunt-browserify": "~4.0.0", "grunt-contrib-clean": "~0.6.0", @@ -26,7 +26,7 @@ "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.3.0", - "grunt-postcss": "~0.5.4", + "grunt-postcss": "~0.6.0", "grunt-rtlcss": "~1.6.0", "grunt-sass": "~1.0.0", "matchdep": "~0.3.0"