N°7355 - Upgrade datatables.net to 1.13.11 (and plugins)

This commit is contained in:
Molkobain
2024-03-26 11:02:46 +01:00
parent bcfbacc625
commit 12b30c1531
42 changed files with 28058 additions and 5541 deletions

View File

@@ -2,10 +2,12 @@
"name": "datatables.net",
"description": "jQuery DataTables",
"main": "js/jquery.dataTables.js",
"module": "js/jquery.dataTables.mjs",
"types": "./types/types.d.ts",
"version": "1.11.3",
"version": "1.13.11",
"files": [
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
@@ -16,7 +18,7 @@
"sort"
],
"dependencies": {
"jquery": ">=1.7"
"jquery": "1.8 - 4"
},
"moduleType": [
"globals",
@@ -39,4 +41,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables.git"
}
}
}