mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-01 12:18:44 -04:00
Bump npm dependencies
- Revert jspdf and jspdf-autotable bump due to problems caused in npm run build - Correct gulpfile for fixed reference. - Reverted chartist dependency changes since it broke the build. Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
@@ -105,7 +105,7 @@ gulp.task('debug-js', function() {
|
||||
'./node_modules/chartist-plugin-barlabels/dist/chartist-plugin-barlabels.js',
|
||||
'./node_modules/bootstrap-notify/bootstrap-notify.js',
|
||||
'./node_modules/js-cookie/src/js.cookie.js',
|
||||
'./node_modules/bootstrap-tagsinput/dist/bootstrap-tagsinput.js',
|
||||
'./node_modules/bootstrap-tagsinput-2021/dist/bootstrap-tagsinput.js',
|
||||
'./node_modules/bootstrap-toggle/js/bootstrap-toggle.js',
|
||||
'./node_modules/clipboard/dist/clipboard.js',
|
||||
'./public/js/imgpreview.full.jquery.js',
|
||||
@@ -126,7 +126,7 @@ gulp.task('prod-js', function() {
|
||||
'./node_modules/jasny-bootstrap/dist/js/jasny-bootstrap.min.js',
|
||||
'./node_modules/bootstrap-select/dist/js/bootstrap-select.min.js',
|
||||
'./node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js',
|
||||
'./node_modules/bootstrap-tagsinput/dist/bootstrap-tagsinput.min.js',
|
||||
'./node_modules/bootstrap-tagsinput-2021/dist/bootstrap-tagsinput.min.js',
|
||||
'./node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js',
|
||||
'./node_modules/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js',
|
||||
'./node_modules/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js',
|
||||
@@ -177,7 +177,7 @@ gulp.task('debug-css', function() {
|
||||
'./node_modules/bootstrap-daterangepicker/daterangepicker.css',
|
||||
'./node_modules/chartist/dist/chartist.css',
|
||||
'./node_modules/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.css',
|
||||
'./node_modules/bootstrap-tagsinput/src/bootstrap-tagsinput.css',
|
||||
'./node_modules/bootstrap-tagsinput-2021/src/bootstrap-tagsinput.css',
|
||||
'./node_modules/bootstrap-toggle/css/bootstrap-toggle.css',
|
||||
'./public/css/bootstrap.autocomplete.css',
|
||||
'./public/css/invoice.css',
|
||||
@@ -199,7 +199,7 @@ gulp.task('prod-css', function() {
|
||||
'./node_modules/bootstrap-datetime-picker/css/bootstrap-datetimepicker.min.css']);
|
||||
|
||||
var opensourcepos2css = gulp.src(['./node_modules/bootstrap-daterangepicker/daterangepicker.css',
|
||||
'./node_modules/bootstrap-tagsinput/src/bootstrap-tagsinput.css']).pipe(cleanCSS({compatibility: 'ie8'}));
|
||||
'./node_modules/bootstrap-tagsinput-2021/src/bootstrap-tagsinput.css']).pipe(cleanCSS({compatibility: 'ie8'}));
|
||||
|
||||
var opensourcepos3css = gulp.src(['./node_modules/bootstrap-select/dist/css/bootstrap-select.min.css',
|
||||
'./node_modules/bootstrap-table/dist/bootstrap-table.min.css',
|
||||
|
||||
11072
package-lock.json
generated
11072
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -35,14 +35,15 @@
|
||||
"bootstrap5": "npm:bootstrap@^5.3.2",
|
||||
"bootswatch": "^3.4.1",
|
||||
"bootswatch5": "npm:bootswatch@^5.3.2",
|
||||
"chartist": "^1.3.0",
|
||||
"chartist": "^0.11.4",
|
||||
"chartist-plugin-axistitle": "^0.0.7",
|
||||
"chartist-plugin-barlabel": "^1.0.1",
|
||||
"chartist-plugin-barlabels": "^0.0.5",
|
||||
"chartist-plugin-pointlabels": "^0.0.6",
|
||||
"chartist-plugin-tooltip": "^0.0.11",
|
||||
"chartist-plugin-tooltips": "^0.0.17",
|
||||
"clipboard": "^2.0.11",
|
||||
"coffeescript": "^2.7.0",
|
||||
"es6-promise": "^4.2.8",
|
||||
"file-saver": "^2.0.5",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jasny-bootstrap": "^3.1.3",
|
||||
"jquery": "^3.7.1",
|
||||
@@ -50,8 +51,8 @@
|
||||
"jquery-ui-dist": "^1.12.1",
|
||||
"jquery-validation": "^1.19.5",
|
||||
"js-cookie": "^2.2.1",
|
||||
"jspdf": "^2.5.1",
|
||||
"jspdf-autotable": "^3.8.2",
|
||||
"jspdf": "^1.5.3",
|
||||
"jspdf-autotable": "^2.1.0",
|
||||
"tableexport.jquery.plugin": "^1.28.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user