Update dependencies

This commit is contained in:
Dan Mindru 2019-04-24 22:00:40 +02:00
parent d567e67d7e
commit 2cee7381c6
2 changed files with 650 additions and 444 deletions

1070
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,27 +23,31 @@
},
"homepage": "https://github.com/danmindru/responsive-html-email-signature#readme",
"dependencies": {
"autoprefixer": "^9.1.3",
"del": "^3.0.0",
"autoprefixer": "^9.5.1",
"del": "^4.1.0",
"graceful-fs": "^4.1.15",
"gulp": "~3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-david": "^1.0.1",
"gulp-inline-css": "^3.3.0",
"gulp-inline-css": "^3.3.1",
"gulp-inline-images-no-http": "^1.3.0",
"gulp-jsonlint": "^1.2.2",
"gulp-jsonlint": "^1.3.0",
"gulp-less": "^4.0.1",
"gulp-minify-html": "~1.0.5",
"gulp-minify-inline": "^1.0.0",
"gulp-plumber": "^1.2.0",
"gulp-minify-inline": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-preprocess": "^3.0.1",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sass": "^4.0.2",
"klaw": "^3.0.0",
"lodash": "^4.17.11",
"q": "^1.5.1"
},
"resolutions": {
"graceful-fs": "^4.1.15"
},
"scripts": {
"create": "node_modules/.bin/gulp",
"deploy": "cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force"
}
}