fix(build): fancytree's JQuery UI interfering with bootstrap

This commit is contained in:
Elian Doran 2025-02-24 21:30:57 +02:00
parent 65804f9c2a
commit 7874e88b4a
No known key found for this signature in database
3 changed files with 1165 additions and 23 deletions

22
package-lock.json generated
View File

@ -137,7 +137,6 @@
"@types/html": "1.0.4", "@types/html": "1.0.4",
"@types/ini": "4.1.1", "@types/ini": "4.1.1",
"@types/jquery": "3.5.32", "@types/jquery": "3.5.32",
"@types/jquery.fancytree": "0.0.11",
"@types/js-yaml": "4.0.9", "@types/js-yaml": "4.0.9",
"@types/jsdom": "21.1.7", "@types/jsdom": "21.1.7",
"@types/leaflet": "1.9.16", "@types/leaflet": "1.9.16",
@ -4508,27 +4507,6 @@
"@types/sizzle": "*" "@types/sizzle": "*"
} }
}, },
"node_modules/@types/jquery.fancytree": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@types/jquery.fancytree/-/jquery.fancytree-0.0.11.tgz",
"integrity": "sha512-ga0wwAa8SLSAxdg+kU6wH8PMY/XxWx+rOzzQz4z1t1GSj/9suYakgQhcAT2gVk6yBdzYHT8ltpkhfCxhEtk0Rg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/jquery": "*",
"@types/jqueryui": "*"
}
},
"node_modules/@types/jqueryui": {
"version": "1.12.23",
"resolved": "https://registry.npmjs.org/@types/jqueryui/-/jqueryui-1.12.23.tgz",
"integrity": "sha512-pm1yVNVI29B9IGw41anCEzA5eR2r1pYc7flqD471ZT7B0yUXIY7YNe/zq7LGpihIGXNzWyG+Q4YQSzv2AF3fNA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/jquery": "*"
}
},
"node_modules/@types/js-yaml": { "node_modules/@types/js-yaml": {
"version": "4.0.9", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",

View File

@ -184,7 +184,6 @@
"@types/html": "1.0.4", "@types/html": "1.0.4",
"@types/ini": "4.1.1", "@types/ini": "4.1.1",
"@types/jquery": "3.5.32", "@types/jquery": "3.5.32",
"@types/jquery.fancytree": "0.0.11",
"@types/js-yaml": "4.0.9", "@types/js-yaml": "4.0.9",
"@types/jsdom": "21.1.7", "@types/jsdom": "21.1.7",
"@types/leaflet": "1.9.16", "@types/leaflet": "1.9.16",

1165
src/public/app/types-fancytree.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff