From 31c61e1c09d1f7b975a4402ba2c3e087e9089645 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Mon, 27 Jul 2015 16:23:38 +0100 Subject: [PATCH] Update DataTables dependency to 1.10.7 This version includes a fix for a DataTables bug that can cause JS errors. Possibly only affects certain jQuery versions but seems reproducible with 1.11.3 https://github.com/DataTables/DataTablesSrc/commit/485b259e5c --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e1d2699..0f18b29 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "store-js": "~1.3.16", "bootswatch-dist": "3.2.0-flatly", "bootbox": "4.3.0", - "datatables": "1.10.3", + "datatables": "1.10.7", "datatables-plugins": "latest" } } \ No newline at end of file