diff --git a/bower.json b/bower.json index 0ffd2b8..67a0270 100644 --- a/bower.json +++ b/bower.json @@ -5,6 +5,6 @@ "ignore": [], "dependencies": { "jquery": ">=1.7.0", - "datatables": ">=1.10.15" + "datatables": "^2" } } diff --git a/package.json b/package.json index 8c973bb..5908e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datatables.net-plugins", - "version": "1.13.6", + "version": "2.0.2", "description": "Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -22,7 +22,7 @@ "homepage": "https://datatables.net/plug-ins", "dependencies": { "@types/jquery": "^3.5.16", - "datatables.net": "^1.13.2" + "datatables.net": "^2" }, "devDependencies": { "prettier-plugin-x": "^0.0.10",