Upgrade jspdf (#3909)

This commit is contained in:
jekkos
2024-04-29 23:57:26 +02:00
committed by jekkos
parent dd5a20229d
commit 75b00be637
3 changed files with 1178 additions and 3940 deletions

View File

@@ -57,8 +57,6 @@ gulp.task('copy-bootswatch5', function() {
pipeline(gulp.src('./node_modules/bootswatch5/dist/flatly/*.min.css'),gulp.dest('public/resources/bootswatch5/flatly'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/journal/*.min.css'),gulp.dest('public/resources/bootswatch5/journal'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/lumen/*.min.css'),gulp.dest('public/resources/bootswatch5/lumen'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/paper/*.min.css'),gulp.dest('public/resources/bootswatch5/paper'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/readable/*.min.css'),gulp.dest('public/resources/bootswatch5/readable'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/sandstone/*.min.css'),gulp.dest('public/resources/bootswatch5/sandstone'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/simplex/*.min.css'),gulp.dest('public/resources/bootswatch5/simplex'));
pipeline(gulp.src('./node_modules/bootswatch5/dist/slate/*.min.css'),gulp.dest('public/resources/bootswatch5/slate'));
@@ -96,8 +94,8 @@ gulp.task('debug-js', function() {
'./node_modules/es6-promise/dist/es6-promise.js',
'./node_modules/file-saver/dist/FileSaver.js',
'./node_modules/html2canvas/dist/html2canvas.js',
'./node_modules/jspdf/dist/jspdf.debug.js',
'./node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.src.js',
'./node_modules/jspdf/dist/jspdf.umd.js',
'./node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js',
'./node_modules/tableexport.jquery.plugin/tableExport.min.js',
'./node_modules/chartist/dist/chartist.js',
'./node_modules/chartist-plugin-pointlabels/dist/chartist-plugin-pointlabels.js',
@@ -139,9 +137,7 @@ gulp.task('prod-js', function() {
'./node_modules/file-saver/dist/FileSaver.min.js',
'./node_modules/file-saver/dist/FileSaver.js',
'./node_modules/html2canvas/dist/html2canvas.min.js',
'./node_modules/jspdf/dist/jspdf.min.js',
'./node_modules/jspdf/dist/jspdf.min.js',
'./node_modules/chartist/dist/chartist.min.js',
'./node_modules/jspdf/dist/jspdf.umd.min.js',
'./node_modules/chartist/dist/chartist.min.js',
'./node_modules/chartist-plugin-pointlabels/dist/chartist-plugin-pointlabels.min.js',
'./node_modules/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.min.js',

5094
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -51,20 +51,20 @@
"jquery-ui-dist": "^1.12.1",
"jquery-validation": "^1.19.5",
"js-cookie": "^2.2.1",
"jspdf": "^1.5.3",
"jspdf-autotable": "^2.1.0",
"tableexport.jquery.plugin": "^1.28.0"
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"tableexport.jquery.plugin": "^1.30.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^5.0.1",
"gulp-header": "^2.0.9",
"gulp-debug": "^3.2.0",
"gulp-header": "^1.8.9",
"gulp-inject": "^5.0.5",
"gulp-rename": "^2.0.0",
"gulp-rev": "^10.0.0",
"gulp-rev": "^9.0.0",
"gulp-uglify": "^3.0.2",
"npm-check-updates": "^16.14.11",
"readable-stream": "^4.4.2",