N°4477 - Update dataTables lib. to 1.11.3 in iTop 3.0

This commit is contained in:
Molkobain
2021-11-22 17:31:48 +01:00
parent e249907a9c
commit dd46536f7c
9 changed files with 3464 additions and 771 deletions

View File

@@ -1,35 +1,42 @@
{
"name": "datatables.net",
"version": "1.10.24",
"description": "DataTables for jQuery ",
"files": [
"js/**/*.js"
],
"description": "jQuery DataTables",
"main": "js/jquery.dataTables.js",
"type": "types.d.ts",
"types": "./types/types.d.ts",
"version": "1.11.3",
"files": [
"js/**/*.js",
"types/**/*.d.ts"
],
"keywords": [
"filter",
"sort",
"DataTables",
"Datatables",
"jQuery",
"table",
"DataTables"
"filter",
"sort"
],
"dependencies": {
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"dependencies": {
"jquery": ">=1.7"
},
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables.git"
},
"devDependencies": {
"@types/jquery": "^3.5.1"
}
}