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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-01 13:55:03 +0300
committerGitHub <noreply@github.com>2021-07-01 13:55:03 +0300
commit63076b32b14a7baa722bb254e83cb025e6ca750c (patch)
treed8aec9a0391641dab54572df865f34774656eecc /package.json
parent21dedbe1aeaae7c3db8156e454a89e67e7b455ca (diff)
Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 (#407)
* Build(deps-dev): Bump gulp-sass from 4.1.0 to 5.0.0 Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: gulp-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update examples/scss/gulpfile.js to use node-sass Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0db30c4..67acb46 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.0",
- "gulp-sass": "^4.1.0",
+ "gulp-sass": "^5.0.0",
"gulp-stylus": "^2.7.0",
"less": "^3.13.1",
"mocha": "^8.4.0",