chore(deps): remove @types/dompurify
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

DOMPurify ships types as of 3.2.0: https://github.com/cure53/DOMPurify/releases/tag/3.2.0
This commit is contained in:
Fernando Fernández 2024-11-12 11:13:27 +00:00
parent faf064a6b2
commit 5bf919be05
2 changed files with 0 additions and 19 deletions

View File

@ -52,7 +52,6 @@
"@jellyfin-vue/configs": "*",
"@jellyfin-vue/vite-plugins": "*",
"@rollup/plugin-virtual": "3.0.2",
"@types/dompurify": "3.0.5",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-vue": "5.1.5",
"browserslist": "4.24.2",

18
package-lock.json generated
View File

@ -61,7 +61,6 @@
"@jellyfin-vue/configs": "*",
"@jellyfin-vue/vite-plugins": "*",
"@rollup/plugin-virtual": "3.0.2",
"@types/dompurify": "3.0.5",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-vue": "5.1.5",
"browserslist": "4.24.2",
@ -2847,16 +2846,6 @@
"node": ">= 10"
}
},
"node_modules/@types/dompurify": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",
"integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/trusted-types": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@ -2895,13 +2884,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/trusted-types": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",