mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
chore: upgrade to postcss 8.x deps
This commit is contained in:
parent
14f825f6d4
commit
2b86638a02
@ -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
8721
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user