diff options
| author | XhmikosR <[email protected]> | 2020-10-29 15:23:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 15:23:43 +0200 |
| commit | 94d7f6e5a9b12596de3f1729cb9aa004377342f3 (patch) | |
| tree | 5402eeb56b79d41c9d8f215c5ec54e0be24d6fd2 /package.json | |
| parent | ed1d867dd8bd08d5e8d235b5b67b3dce9c0169c5 (diff) | |
| download | bootstrap-94d7f6e5a9b12596de3f1729cb9aa004377342f3.tar.xz bootstrap-94d7f6e5a9b12596de3f1729cb9aa004377342f3.zip | |
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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index ad3380b33..5a0763e05 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^10.0.0", - "autoprefixer": "^9.8.6", + "autoprefixer": "^10.0.1", "bundlewatch": "^0.3.1", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", @@ -106,7 +106,7 @@ "eslint-config-xo": "^0.33.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-unicorn": "^23.0.0", - "find-unused-sass-variables": "^2.0.0", + "find-unused-sass-variables": "^3.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", "hugo-bin": "^0.64.5", @@ -127,7 +127,8 @@ "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", - "postcss-cli": "^7.1.2", + "postcss": "^8.1.4", + "postcss-cli": "^8.1.0", "rollup": "^2.32.1", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", |
