chore(dev-deps): update autoprefixer from 9.6.1 to 10.0.0

- add postcss as devDep due to new requirement
- Closes !26
This commit is contained in:
MDLeom 2020-09-21 09:07:52 +00:00
parent 778247fff6
commit c6d0369b95
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"build": "node build/script.js"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"autoprefixer": "^10.0.0",
"postcss": "^8.0.6",
"postcss-normalize": "^9.0.0",
"sanitize.css": "^12.0.0"
},