Update dependencies

This commit is contained in:
RainLoop Team 2016-09-13 20:25:39 +03:00
parent 1e287f486d
commit 7ffa5af91f
3 changed files with 24 additions and 73 deletions

View file

@ -316,18 +316,18 @@ gulp.task('css:social', function() {
});
gulp.task('css:main:min', ['css:main'], function() {
var cleanCSS = require('gulp-clean-css');
var csso = require('gulp-csso');
return gulp.src(cfg.paths.staticCSS + cfg.paths.css.main.name)
.pipe(cleanCSS())
.pipe(csso())
.pipe(rename({suffix: '.min'}))
.pipe(eol('\n', true))
.pipe(gulp.dest(cfg.paths.staticCSS));
});
gulp.task('css:social:min', ['css:social'], function() {
var cleanCSS = require('gulp-clean-css');
var csso = require('gulp-csso');
return gulp.src(cfg.paths.staticCSS + cfg.paths.css.social.name)
.pipe(cleanCSS())
.pipe(csso())
.pipe(rename({suffix: '.min'}))
.pipe(eol('\n', true))
.pipe(gulp.dest(cfg.paths.staticCSS));

85
npm-shrinkwrap.json generated
View file

@ -751,11 +751,6 @@
"from": "buffer-xor@>=1.0.2 <2.0.0",
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
},
"bufferstreams": {
"version": "1.0.1",
"from": "bufferstreams@1.0.1",
"resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz"
},
"builtin-modules": {
"version": "1.1.1",
"from": "builtin-modules@>=1.0.0 <2.0.0",
@ -826,23 +821,16 @@
"from": "circular-json@>=0.3.0 <0.4.0",
"resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.1.tgz"
},
"clap": {
"version": "1.1.1",
"from": "clap@>=1.0.9 <2.0.0",
"resolved": "https://registry.npmjs.org/clap/-/clap-1.1.1.tgz"
},
"classnames": {
"version": "2.2.5",
"from": "classnames@>=2.2.5 <3.0.0",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.5.tgz"
},
"clean-css": {
"version": "3.4.19",
"from": "clean-css@>=3.4.19 <4.0.0",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.19.tgz",
"dependencies": {
"source-map": {
"version": "0.4.4",
"from": "source-map@>=0.4.0 <0.5.0",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"
}
}
},
"cli-boxes": {
"version": "1.0.0",
"from": "cli-boxes@>=1.0.0 <2.0.0",
@ -917,11 +905,6 @@
"from": "combined-stream@>=0.0.4 <0.1.0",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
},
"commander": {
"version": "2.8.1",
"from": "commander@>=2.8.0 <2.9.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
},
"concat-map": {
"version": "0.0.1",
"from": "concat-map@0.0.1",
@ -1024,6 +1007,11 @@
"from": "crypto-browserify@>=3.11.0 <4.0.0",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.11.0.tgz"
},
"csso": {
"version": "2.2.1",
"from": "csso@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/csso/-/csso-2.2.1.tgz"
},
"currently-unhandled": {
"version": "0.4.1",
"from": "currently-unhandled@>=0.4.1 <0.5.0",
@ -1700,11 +1688,6 @@
"from": "graceful-fs@>=4.1.2 <5.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.6.tgz"
},
"graceful-readlink": {
"version": "1.0.1",
"from": "graceful-readlink@>=1.0.0",
"resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
},
"growly": {
"version": "1.3.0",
"from": "growly@>=1.2.0 <2.0.0",
@ -1749,38 +1732,6 @@
}
}
},
"gulp-clean-css": {
"version": "2.0.12",
"from": "gulp-clean-css@>=2.0.7 <3.0.0",
"resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-2.0.12.tgz",
"dependencies": {
"isarray": {
"version": "1.0.0",
"from": "isarray@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
},
"readable-stream": {
"version": "2.1.5",
"from": "readable-stream@>=2.1.4 <3.0.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz",
"dependencies": {
"buffer-shims": {
"version": "1.0.0",
"from": "buffer-shims@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
},
"process-nextick-args": {
"version": "1.0.7",
"from": "process-nextick-args@>=1.0.6 <1.1.0"
},
"util-deprecate": {
"version": "1.0.2",
"from": "util-deprecate@>=1.0.1 <1.1.0"
}
}
}
}
},
"gulp-concat-util": {
"version": "0.5.5",
"from": "gulp-concat-util@>=0.5.5 <0.6.0",
@ -1793,6 +1744,11 @@
}
}
},
"gulp-csso": {
"version": "2.0.0",
"from": "gulp-csso@*",
"resolved": "https://registry.npmjs.org/gulp-csso/-/gulp-csso-2.0.0.tgz"
},
"gulp-eol": {
"version": "0.1.2",
"from": "gulp-eol@>=0.1.2 <0.2.0",
@ -3107,9 +3063,9 @@
}
},
"moment": {
"version": "2.14.1",
"from": "moment@>=2.14.1 <3.0.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.14.1.tgz"
"version": "2.15.0",
"from": "moment@2.15.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.15.0.tgz"
},
"ms": {
"version": "0.7.1",
@ -4417,11 +4373,6 @@
"from": "vinyl@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz"
},
"vinyl-bufferstream": {
"version": "1.0.1",
"from": "vinyl-bufferstream@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz"
},
"vinyl-fs": {
"version": "0.3.14",
"from": "vinyl-fs@>=0.3.0 <0.4.0",

View file

@ -65,8 +65,8 @@
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-concat-util": "^0.5.5",
"gulp-csso": "^2.0.0",
"gulp-eol": "^0.1.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
@ -99,7 +99,7 @@
"knockout-sortable": "^0.14.1",
"lightgallery": "^1.2.21",
"matchmedia-polyfill": "^0.3.0",
"moment": "^2.14.1",
"moment": "^2.15.0",
"node-fs": "^0.1.7",
"node-notifier": "4.6.1",
"normalize.css": "^4.2.0",