From ee55be347d69ae6be09174b45ab25cdf6e0f8346 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Tue, 20 Feb 2018 18:24:36 +0000 Subject: [PATCH] Update JQuery plugins (#1694) --- application/views/partial/header.php | 5 +++-- bower.json | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/application/views/partial/header.php b/application/views/partial/header.php index 2fe7cc00f..a483f93b1 100644 --- a/application/views/partial/header.php +++ b/application/views/partial/header.php @@ -33,7 +33,7 @@ - + @@ -61,6 +61,7 @@ + @@ -76,7 +77,7 @@ - + diff --git a/bower.json b/bower.json index 406ff48d8..6f26accbd 100644 --- a/bower.json +++ b/bower.json @@ -24,8 +24,8 @@ "tests" ], "dependencies": { - "jquery-form": "~3.46.0", - "jquery-validate": "~1.13.1", + "jquery-form": "~4.2.2", + "jquery-validate": "~1.17.0", "jquery": "~2.1.4", "jquery-ui": "~1.11.4", "bootstrap3-dialog": "https://github.com/nakupanda/bootstrap3-dialog.git#master", @@ -34,7 +34,7 @@ "smalot-bootstrap-datetimepicker": "~2.4.4", "bootstrap-select": "~1.12.4", "bootstrap-table": "https://github.com/opensourcepos/bootstrap-table.git#master", - "bootstrap-daterangepicker": "~2.1.25", + "bootstrap-daterangepicker": "~2.1.27", "tableExport.jquery.plugin": "1.5.1", "chartist": "~0.9.8", "chartist-plugin-axistitle": "~0.0.5", @@ -44,7 +44,8 @@ "remarkable-bootstrap-notify": "~3.1.3", "js-cookie": "~2.1.4", "blockUI": "*", - "bootstrap-tagsinput": "~0.8.0" + "bootstrap-tagsinput": "~0.8.0", + "accounting-js": "~0.4.2" }, "overrides": { "jquery-ui": {