From: Ben McCann Date: Thu, 25 May 2017 16:55:21 +0000 (-0700) Subject: Upgrade dependencies X-Git-Tag: v2.7.0~1^2~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75791988d3d7187a747a26a25051ca41835b24ad;p=thirdparty%2FChart.js.git Upgrade dependencies --- diff --git a/gulpfile.js b/gulpfile.js index 884242f05..22ba3b304 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 diff --git a/package.json b/package.json index 7e4c19297..1a78ade9c 100644 --- a/package.json +++ b/package.json @@ -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" } }