Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5f7ff8

Browse files
committedJul 7, 2020
Update dependency gulp-csscomb to v3.1.0
1 parent 9e72881 commit c5f7ff8

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
 

‎tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"growl": "1.10.5",
4040
"gulp": "4.0.1",
4141
"gulp-concat": "2.6.1",
42-
"gulp-csscomb": "3.0.8",
42+
"gulp-csscomb": "3.1.0",
4343
"gulp-env": "0.4.0",
4444
"gulp-eslint": "5.0.0",
4545
"gulp-header": "2.0.7",

‎yarn.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -5054,13 +5054,15 @@ gulp-concat@2.6.1:
50545054
through2 "^2.0.0"
50555055
vinyl "^2.0.0"
50565056

5057-
gulp-csscomb@3.0.8:
5058-
version "3.0.8"
5059-
resolved "https://registry.yarnpkg.com/gulp-csscomb/-/gulp-csscomb-3.0.8.tgz#df34824a580a4c7d3351c1e8ebb6ad7a1d5a89b7"
5060-
integrity sha1-3zSCSlgKTH0zUcHo67ateh1aibc=
5057+
gulp-csscomb@3.1.0:
5058+
version "3.1.0"
5059+
resolved "https://registry.yarnpkg.com/gulp-csscomb/-/gulp-csscomb-3.1.0.tgz#bab3e66ef71b087932e4ccead2a01883403545ad"
5060+
integrity sha512-DNg9GcnN1hHYCVP5nO+pKNL9BPW9ucD6DmyS36etPpLc4mMNPd+xjM8bf9o+wZdNZJok9a/Wxv3/PAQwlFAl4A==
50615061
dependencies:
5062+
ansi-colors "^1.0.1"
50625063
csscomb "^3.1.7"
5063-
gulp-util "^3.0.7"
5064+
fancy-log "^1.3.2"
5065+
plugin-error "^0.1.2"
50645066
through2 "^2.0.1"
50655067

50665068
gulp-env@0.4.0:
@@ -5172,7 +5174,7 @@ gulp-uglify-es@1.0.4:
51725174
vinyl "^2.1.0"
51735175
vinyl-sourcemaps-apply "^0.2.1"
51745176

5175-
gulp-util@3.0.8, gulp-util@^3.0.7:
5177+
gulp-util@3.0.8:
51765178
version "3.0.8"
51775179
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
51785180
integrity sha1-AFTh50RQLifATBh8PsxQXdVLu08=

0 commit comments

Comments
 (0)
Please sign in to comment.