Skip to content

Commit

Permalink
Upgrade gulp-sass to v5
Browse files Browse the repository at this point in the history
Because v4 does not support nodejs > 12
  • Loading branch information
genygilles committed Jul 12, 2022
1 parent f9d72ce commit b509c1e
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 508 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const inject = require('gulp-inject');
const merge2 = require('merge2');
const minifyCss = require('gulp-clean-css');
const minifyHtml = require('gulp-htmlmin');
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
const source = require('vinyl-source-stream');
const streamify = require('gulp-streamify');
const tap = require('gulp-tap');
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-sass": "^4.1.1",
"gulp-sass": "^5.1.0",
"gulp-streamify": "^1.0.2",
"gulp-tap": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
Expand All @@ -65,6 +65,7 @@
"jest": "^26.6.3",
"jest-junit": "^12.3.0",
"merge2": "^1.4.1",
"sass": "^1.53.0",
"through2": "^4.0.2",
"vinyl": "^2.2.1",
"vinyl-source-stream": "^2.0.0"
Expand Down
Loading

0 comments on commit b509c1e

Please sign in to comment.