diff --git a/package.json b/package.json index 424bb78..5068843 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Alexander Velichko", "license": "ISC", "main": "gulpfile.js", + "type": "module", "repository": { "type": "git", "url": "https://github.com/VelichkoAlexander/gulp4" @@ -17,43 +18,44 @@ }, "devDependencies": { "@babel/core": "^7.9.0", - "autoprefixer": "^9.7.5", + "autoprefixer": "^10.4.18", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", - "browser-sync": "^2.26.7", + "browser-sync": "^3.0.2", "cheerio": "^1.0.0-rc.3", - "del": "^5.1.0", + "del": "^7.1.0", "global": "^4.4.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-cache": "^1.1.3", - "gulp-changed": "^4.0.2", + "gulp-changed": "^5.0.2", "gulp-cheerio": "^1.0.0", "gulp-concat": "^2.6.1", "gulp-consolidate": "^0.2.0", "gulp-front-matter": "^1.3.0", - "gulp-htmlhint": "^3.0.0", - "gulp-imagemin": "^7.1.0", - "gulp-notify": "^3.2.0", + "gulp-htmlhint": "^4.0.2", + "gulp-imagemin": "^9.0.0", + "gulp-notify": "^4.0.0", "gulp-plumber": "^1.2.1", - "gulp-postcss": "^8.0.0", - "gulp-pug": "^4.0.1", + "gulp-postcss": "^10.0.0", + "gulp-pug": "^5.0.0", "gulp-rename": "^2.0.0", - "gulp-sourcemaps": "^2.6.5", - "gulp-svgmin": "^2.2.0", - "gulp-svgstore": "^7.0.1", + "gulp-sourcemaps": "^3.0.0", + "gulp-svgmin": "^4.1.0", + "gulp-svgstore": "^9.0.0", "gulp-uglify": "^3.0.2", "postcss-advanced-variables": "^3.0.1", - "postcss-csso": "^4.0.0", - "postcss-easy-import": "^3.0.0", - "postcss-node-sass": "^2.1.8", - "postcss-sort-media-queries": "^1.4.23", - "postcss-svgo": "^4.0.2", + "postcss-csso": "^6.0.1", + "postcss-easy-import": "^4.0.0", + "postcss-sass": "^0.5.0", + "postcss-sort-media-queries": "^5.2.0", + "postcss-svgo": "^6.0.2", "require-dir": "^1.2.0", "require-yaml": "^0.0.1", - "through2": "^3.0.1" + "sass": "^1.71.1", + "through2": "^4.0.2" }, "dependencies": { - "normalizecss": "^3.0.0", + "normalizecss": "^3.0.0" } }