mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
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
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:
parent
faf064a6b2
commit
5bf919be05
@ -52,7 +52,6 @@
|
|||||||
"@jellyfin-vue/configs": "*",
|
"@jellyfin-vue/configs": "*",
|
||||||
"@jellyfin-vue/vite-plugins": "*",
|
"@jellyfin-vue/vite-plugins": "*",
|
||||||
"@rollup/plugin-virtual": "3.0.2",
|
"@rollup/plugin-virtual": "3.0.2",
|
||||||
"@types/dompurify": "3.0.5",
|
|
||||||
"@types/sortablejs": "1.15.8",
|
"@types/sortablejs": "1.15.8",
|
||||||
"@vitejs/plugin-vue": "5.1.5",
|
"@vitejs/plugin-vue": "5.1.5",
|
||||||
"browserslist": "4.24.2",
|
"browserslist": "4.24.2",
|
||||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -61,7 +61,6 @@
|
|||||||
"@jellyfin-vue/configs": "*",
|
"@jellyfin-vue/configs": "*",
|
||||||
"@jellyfin-vue/vite-plugins": "*",
|
"@jellyfin-vue/vite-plugins": "*",
|
||||||
"@rollup/plugin-virtual": "3.0.2",
|
"@rollup/plugin-virtual": "3.0.2",
|
||||||
"@types/dompurify": "3.0.5",
|
|
||||||
"@types/sortablejs": "1.15.8",
|
"@types/sortablejs": "1.15.8",
|
||||||
"@vitejs/plugin-vue": "5.1.5",
|
"@vitejs/plugin-vue": "5.1.5",
|
||||||
"browserslist": "4.24.2",
|
"browserslist": "4.24.2",
|
||||||
@ -2847,16 +2846,6 @@
|
|||||||
"node": ">= 10"
|
"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": {
|
"node_modules/@types/estree": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
||||||
@ -2895,13 +2884,6 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"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": {
|
"node_modules/@types/web-bluetooth": {
|
||||||
"version": "0.0.20",
|
"version": "0.0.20",
|
||||||
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
||||||
|
Loading…
Reference in New Issue
Block a user