mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
Upgrade jspdf (#3909)
This commit is contained in:
10
gulpfile.js
10
gulpfile.js
@@ -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
5094
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user