Update to modules

This commit is contained in:
sthag 2022-02-13 11:26:41 +01:00
parent f7dd7c93e3
commit f54dbe92d9
3 changed files with 3009 additions and 3105 deletions

View file

@ -22,34 +22,33 @@
"devDependencies": {
"@babel/core": "~7",
"@babel/preset-env": "~7",
"browser-sync": "^2.26.14",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "~8.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "~4",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "~3",
"gulp-jshint": "~2",
"gulp-json-concat": "~0.2",
"gulp-notify": "^3.2.0",
"gulp-notify": "^4.0.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "~2",
"gulp-sass": "~4",
"gulp-sass": "~5",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"gulp-w3c-html-validator": "^2.0.1",
"gulp.spritesmith": "^6.11.0",
"gulp.spritesmith": "^6.12.1",
"jshint": "~2",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"node-sass": "~5",
"node-sass": "~7",
"pump": "^3.0.0"
}
}