From 2d219803139ea63ca3cf8a81b2ac1ee4986bf8b4 Mon Sep 17 00:00:00 2001 From: jekkos Date: Thu, 22 Oct 2020 17:43:37 +0200 Subject: [PATCH] Update bower.json --- Gruntfile.js | 3 ++- application/views/partial/header.php | 16 ++++++++-------- bower.json | 20 +++++++++----------- package.json | 2 +- 4 files changed, 20 insertions(+), 21 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index de3d09757..aef0f0819 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,8 @@ module.exports = function(grunt) { bower_concat: { all: { mainFiles: { - 'bootstrap-table': [ "src/bootstrap-table.js", "src/bootstrap-table.css", "dist/extensions/export/bootstrap-table-export.js", "dist/extensions/mobile/bootstrap-table-mobile.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.css"] + 'bootstrap-table': [ "dist/bootstrap-table.min.js", "dist/bootstrap-table.css", "dist/extensions/export/bootstrap-table-export.min.js", "dist/extensions/mobile/bootstrap-table-mobile.min.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.css"], + 'chartist-plugin-axistitle': [ "./dist/chartist-plugin-axistitle.min.js"] }, dest: { 'js': 'tmp/opensourcepos_bower.js', diff --git a/application/views/partial/header.php b/application/views/partial/header.php index 04d7ba0d0..0598e575f 100644 --- a/application/views/partial/header.php +++ b/application/views/partial/header.php @@ -14,7 +14,7 @@ - + @@ -42,19 +42,19 @@ - + - + + - + - + - @@ -75,7 +75,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/bower.json b/bower.json index 0e80da4fe..1f59164e4 100644 --- a/bower.json +++ b/bower.json @@ -33,12 +33,12 @@ "bootswatch": "3.4.1+1", "smalot-bootstrap-datetimepicker": "~2.4.4", "bootstrap-select": "~1.13.18", - "bootstrap-table": "~1.12.2", + "bootstrap-table": "~1.18.0", "bootstrap-daterangepicker": "~2.1.27", - "tableExport.jquery.plugin": "1.5.1", - "jspdf": "~1.0.272", - "chartist": "0.9.8", - "chartist-plugin-axistitle": "0.0.5", + "tableExport.jquery.plugin": "1.10.20", + "jspdf": "~1.3.4", + "chartist": "0.11.4", + "chartist-plugin-axistitle": "0.0.7", "chartist-plugin-pointlabels": "0.0.4", "chartist-plugin-tooltip": "https://github.com/tmmdata/chartist-plugin-tooltip.git#0.0.18", "chartist-plugin-barlabels": "https://github.com/mtgibbs/chartist-plugin-barlabels.git#0.0.5", @@ -48,7 +48,8 @@ "bootstrap-toggle": "^2.2.2" }, "resolutions": { - "jquery": "~1.12.4" + "chartist": "0.9.8", + "jspdf": ">=1.3.4" }, "overrides": { "jquery-ui": { @@ -64,16 +65,13 @@ }, "bootstrap-table": { "main": [ - "src/bootstrap-table.js", - "src/bootstrap-table.css", + "dist/bootstrap-table.js", + "dist/bootstrap-table.css", "dist/extensions/export/bootstrap-table-export.js", "dist/extensions/mobile/bootstrap-table-mobile.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.js", "dist/extensions/sticky-header/bootstrap-table-sticky-header.css" ] } - }, - "resolutions": { - "chartist": "0.9.8" } } diff --git a/package.json b/package.json index 609094b2a..5ad95e56d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-concat": "~0.5.1", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "~0.6.3", - "grunt-contrib-uglify": "~0.8.0", + "grunt-contrib-uglify-es": "github:opensourcepos/grunt-contrib-uglify#harmony", "grunt-contrib-watch": "~0.5.3", "grunt-license-bower": "~1.0.1", "grunt-mocha-webdriver": "^1.2.2",