Update dependency gulp-postcss to v9 (#271)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-09-27 06:08:28 +07:00 committed by GitHub
parent 0580c374b9
commit 64e66e4b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View File

@ -72,7 +72,7 @@
"gulp-eslint": "~6.0.0",
"gulp-if": "~3.0.0",
"gulp-nodemon": "~2.5.0",
"gulp-postcss": "~8.0.0",
"gulp-postcss": "~9.0.0",
"gulp-replace": "~1.0.0",
"gulp-sass": "~4.1.0",
"gulp-sourcemaps": "~2.6.5",

View File

@ -3147,15 +3147,14 @@ gulp-nodemon@~2.5.0:
gulp "^4.0.0"
nodemon "^2.0.2"
gulp-postcss@~8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/gulp-postcss/-/gulp-postcss-8.0.0.tgz#8d3772cd4d27bca55ec8cb4c8e576e3bde4dc550"
integrity sha512-Wtl6vH7a+8IS/fU5W9IbOpcaLqKxd5L1DUOzaPmlnCbX1CrG0aWdwVnC3Spn8th0m8D59YbysV5zPUe1n/GJYg==
gulp-postcss@~9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/gulp-postcss/-/gulp-postcss-9.0.0.tgz#2ade18809ab475dae743a88bd6501af0b04ee54e"
integrity sha512-5mSQ9CK8salSagrXgrVyILfEMy6I5rUGPRiR9rVjgJV9m/rwdZYUhekMr+XxDlApfc5ZdEJ8gXNZrU/TsgT5dQ==
dependencies:
fancy-log "^1.3.2"
fancy-log "^1.3.3"
plugin-error "^1.0.1"
postcss "^7.0.2"
postcss-load-config "^2.0.0"
postcss-load-config "^2.1.1"
vinyl-sourcemaps-apply "^0.2.1"
gulp-replace@~1.0.0:
@ -5672,7 +5671,7 @@ postcss-less@^3.1.4:
dependencies:
postcss "^7.0.14"
postcss-load-config@^2.0.0:
postcss-load-config@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.1.tgz#0a684bb8beb05e55baf922f7ab44c3edb17cf78e"
integrity sha512-D2ENobdoZsW0+BHy4x1CAkXtbXtYWYRIxL/JbtRBqrRGOPtJ2zoga/bEZWhV/ShWB5saVxJMzbMdSyA/vv4tXw==