Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-10-27 12:53:54 +0300
committerGitHub <noreply@github.com>2020-10-27 12:53:54 +0300
commitf2b979dec6b57425113aa835209a97fe28c90a2b (patch)
treee96310a93cc25d680b73327058db17b1e51e0163 /package.json
parente49cce2843f8e5f00b4f17b2f75608deba93863a (diff)
Update postcss to 8.x and gulp-postcss to 9.x. (#303)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index bd3391c..2eba5b1 100644
--- a/package.json
+++ b/package.json
@@ -62,14 +62,14 @@
"devDependencies": {
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
- "gulp-postcss": "^8.0.0",
+ "gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylus": "^2.7.0",
"less": "^3.12.2",
"mocha": "^8.2.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
- "postcss": "^7.0.32",
+ "postcss": "^8.1.2",
"prettier": "^2.1.2",
"sass": "^1.27.0",
"stylelint": "^13.7.2",