chore: upgrade to postcss 8.x deps

This commit is contained in:
redonkulus 2022-03-14 12:46:54 -07:00
parent 14f825f6d4
commit 2b86638a02
3 changed files with 479 additions and 8249 deletions

View File

@ -246,7 +246,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-compress');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-css-selectors');
grunt.loadNpmTasks('grunt-postcss');
grunt.loadNpmTasks('@lodder/grunt-postcss');
grunt.loadNpmTasks('grunt-pure-grids');
// Local tasks.

8721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,8 @@
"build/"
],
"devDependencies": {
"autoprefixer": "^9.8.6",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.22.0",
"grunt": "^1.3.0",
@ -29,10 +30,10 @@
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-css-selectors": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-pure-grids": "^2.0.0",
"husky": "^7.0.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.8",
"tap": "^16.0.0"
},
"description": "Pure is a ridiculously tiny CSS library you can use to start any web project.",