Upgrade dependencies

This commit is contained in:
Ben McCann 2017-05-25 09:55:21 -07:00 committed by Evert Timberg
parent 1cbba830fd
commit 75791988d3
2 changed files with 15 additions and 17 deletions

View File

@ -216,9 +216,7 @@ function librarySizeTask() {
function moduleSizesTask() {
return gulp.src(srcDir + '**/*.js')
.pipe(uglify({
preserveComments: 'some'
}))
.pipe(uglify())
.pipe(size({
showFiles: true,
gzip: true

View File

@ -13,35 +13,35 @@
"browserify": "^14.3.0",
"browserify-istanbul": "^2.0.0",
"bundle-collapser": "^1.2.1",
"child-process-promise": "^2.2.0",
"coveralls": "^2.11.6",
"child-process-promise": "^2.2.1",
"coveralls": "^2.13.1",
"gitbook-cli": "^2.3.0",
"gulp": "3.9.x",
"gulp-concat": "~2.6.x",
"gulp-connect": "~5.0.0",
"gulp-eslint": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-file": "^0.3.0",
"gulp-html-validator": "^0.0.5",
"gulp-insert": "~0.5.0",
"gulp-replace": "^0.5.4",
"gulp-size": "~2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "~2.1.x",
"gulp-uglify": "~3.0.x",
"gulp-util": "~3.0.x",
"gulp-zip": "~4.0.0",
"jasmine": "^2.5.0",
"jasmine-core": "^2.5.0",
"karma": "^1.5.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.0",
"karma-firefox-launcher": "^1.0.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"merge-stream": "^1.0.0",
"merge-stream": "^1.0.1",
"pixelmatch": "^4.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"watchify": "^3.9.0",
"yargs": "^8.0.1"
},
"spm": {
@ -49,6 +49,6 @@
},
"dependencies": {
"chartjs-color": "^2.1.0",
"moment": "^2.10.6"
"moment": "^2.18.1"
}
}