From cdb8777c924d1b4054469aa700b57562191a135b Mon Sep 17 00:00:00 2001 From: Daniel Reznick Date: Sat, 15 Jun 2024 00:52:52 +0300 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4603c72..3a1e753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yadcf", - "version": "0.9.3", + "version": "0.9.5", "title": "Yet Another DataTables Column Filter (yadcf)", "description": "This jQuery plug-in allows the user to easily add filter components to table columns, the plug-in works on top of the DataTables jQuery plug-in.", "author": { @@ -30,6 +30,6 @@ "column" ], "dependencies": { - "jquery": ">=1.7.0" + "jquery": "^2.2.4" } }