From a11a4b7f59b68bc5c49955363fd035b07fb36aff Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 27 Feb 2024 10:34:43 +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 83500b1..42a184a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap.mjs", "style": "css/dataTables.bootstrap.css", "types": "./types/dataTables.bootstrap.d.ts", - "version": "1.13.8", + "version": "1.13.11", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,8 +22,8 @@ "sort" ], "dependencies": { - "datatables.net": "1.13.10", - "jquery": ">=1.7" + "datatables.net": "1.13.11", + "jquery": "1.8 - 4" }, "moduleType": [ "globals",