Skip to content

Commit

Permalink
Merge pull request #756 from guzzijones/remove_gulp-util
Browse files Browse the repository at this point in the history
Remove gulp util
  • Loading branch information
JP Bourget authored Aug 31, 2020
2 parents 0d63726 + 7f00dce commit 07582a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify-es": "1.0.4",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"lodash": "4.17.19",
"mocha": "6.1.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4038,7 +4038,21 @@ [email protected]:
vinyl "^2.1.0"
vinyl-sourcemaps-apply "^0.2.1"

[email protected], gulp-util@^3.0.7:
gulp-util@^2.2.19:
version "2.2.20"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c"
integrity sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=
dependencies:
chalk "^0.5.0"
dateformat "^1.0.7-1.2.3"
lodash._reinterpolate "^2.4.1"
lodash.template "^2.4.1"
minimist "^0.2.0"
multipipe "^0.1.0"
through2 "^0.5.0"
vinyl "^0.2.1"

gulp-util@^3.0.7:
version "3.0.8"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
integrity sha1-AFTh50RQLifATBh8PsxQXdVLu08=
Expand All @@ -4062,20 +4076,6 @@ [email protected], gulp-util@^3.0.7:
through2 "^2.0.0"
vinyl "^0.5.0"

gulp-util@^2.2.19:
version "2.2.20"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c"
integrity sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=
dependencies:
chalk "^0.5.0"
dateformat "^1.0.7-1.2.3"
lodash._reinterpolate "^2.4.1"
lodash.template "^2.4.1"
minimist "^0.2.0"
multipipe "^0.1.0"
through2 "^0.5.0"
vinyl "^0.2.1"

[email protected]:
version "0.9.1"
resolved "https://registry.yarnpkg.com/gulp-webserver/-/gulp-webserver-0.9.1.tgz#e09992165d97c5865616d642a1601529b0367064"
Expand Down

0 comments on commit 07582a5

Please sign in to comment.