Skip to content

Commit

Permalink
Fix version for gulp-sass to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Aug 4, 2019
1 parent bdfdaa9 commit 5e801af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
12 changes: 3 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"gulp-pug-inheritance": "https://github.com/artem-malko/gulp-pug-inheritance/archive/master.tar.gz",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "0.11.0",
"gulp-sass": "4.0.1",
"gulp-sass": "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^3.0.0",
"gulp-stylus": "^2.7.0",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4500,13 +4500,12 @@ [email protected]:
gulp-util "^3.0.0"
through2 "^2.0.0"

[email protected]:
version "4.0.1"
resolved "https://registry.yarnpkg.com/gulp-sass/-/gulp-sass-4.0.1.tgz#7f43d117eb2d303524968a1b48494af1bc64d1d9"
integrity sha512-OMQEgWNggpog8Tc5v1MuI6eo+5iiPkVeLL76iBhDoEEScLUPfZlpvzmgTnLkpcqdrNodZxpz5qcv6mS2rulk3g==
"gulp-sass@https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz":
version "4.0.2"
resolved "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz#702158219f2244a2bb1c13447175850d6b1d16c3"
dependencies:
chalk "^2.3.0"
lodash.clonedeep "^4.3.2"
lodash "^4.17.11"
node-sass "^4.8.3"
plugin-error "^1.0.1"
replace-ext "^1.0.0"
Expand Down Expand Up @@ -6177,11 +6176,6 @@ lodash.clone@^4.3.2:
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=

lodash.clonedeep@^4.3.2:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=

lodash.defaults@^4.0.1, lodash.defaults@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
Expand Down

0 comments on commit 5e801af

Please sign in to comment.