From f7b5c6542d4246b2e21cddba50bc76e6465067d0 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sun, 5 Nov 2023 23:18:17 +0100 Subject: [PATCH] Bump jspdf to 1.3.5 --- bower.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index ccf0d08e0..e92a54977 100644 --- a/bower.json +++ b/bower.json @@ -36,7 +36,8 @@ "bootstrap-table": "~1.18.1", "bootstrap-daterangepicker": "~2.1.27", "tableExport.jquery.plugin": "1.10.22", - "jspdf": "~1.3.4", + "jspdf": "1.3.4", + "jspdf-autotable": "https://github.com/simonbengtsson/jsPDF-AutoTable.git#v2.0.14", "html2canvas": "~0.4.1", "chartist": "0.11.4", "chartist-plugin-axistitle": "0.0.7", @@ -49,8 +50,8 @@ "bootstrap-toggle": "^2.2.2" }, "resolutions": { - "chartist": "0.9.8", - "jspdf": ">=1.3.4" + "jspdf": "1.3.4", + "chartist": "0.9.8" }, "overrides": { "jquery-ui": {