Update to postcss 8.x. (#31739)

* autoprefixer 10.0.1
* find-unused-sass-variables 3.0.0
* postcss 8.1.4
* postcss-cli 8.1.0
This commit is contained in:
XhmikosR 2020-10-29 15:23:43 +02:00 committed by GitHub
parent ed1d867dd8
commit 94d7f6e5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 687 additions and 221 deletions

901
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@
"@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-node-resolve": "^10.0.0",
"autoprefixer": "^9.8.6", "autoprefixer": "^10.0.1",
"bundlewatch": "^0.3.1", "bundlewatch": "^0.3.1",
"clean-css-cli": "^4.3.0", "clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
@ -106,7 +106,7 @@
"eslint-config-xo": "^0.33.1", "eslint-config-xo": "^0.33.1",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^23.0.0", "eslint-plugin-unicorn": "^23.0.0",
"find-unused-sass-variables": "^2.0.0", "find-unused-sass-variables": "^3.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.64.5", "hugo-bin": "^0.64.5",
@ -127,7 +127,8 @@
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"postcss-cli": "^7.1.2", "postcss": "^8.1.4",
"postcss-cli": "^8.1.0",
"rollup": "^2.32.1", "rollup": "^2.32.1",
"rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-istanbul": "^2.0.1",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",