From 765276f2f032bef564952ac6d9ea6dd46c1ef686 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 27 Feb 2024 10:34:45 +0000 Subject: [PATCH] Release 1.13.11 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a923bf4..7eed6a1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap4.mjs", "style": "css/dataTables.bootstrap4.css", "types": "./types/dataTables.bootstrap4.d.ts", - "version": "1.13.10", + "version": "1.13.11", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,8 +23,8 @@ "sort" ], "dependencies": { - "datatables.net": "1.13.8", - "jquery": ">=1.7" + "datatables.net": "1.13.11", + "jquery": "1.8 - 4" }, "moduleType": [ "globals",