diff --git a/package.json b/package.json index 9f3a458d..d3a376b3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/svelte": "^5.2.4", - "@types/dompurify": "^3.0.5", "@types/lodash-es": "^4.17.12", "@types/pako": "2.0.3", "@types/uuid": "9.0.8", @@ -76,7 +75,6 @@ "@mermaid-js/mermaid-zenuml": "^0.2.0", "daisyui": "2.52.0", "dayjs": "^1.11.7", - "dompurify": "^3.1.6", "js-base64": "3.7.7", "lodash-es": "^4.17.21", "mermaid": "^11.3.0", diff --git a/src/lib/components/Editor.svelte b/src/lib/components/Editor.svelte index 7cb1e22f..82511fcf 100644 --- a/src/lib/components/Editor.svelte +++ b/src/lib/components/Editor.svelte @@ -10,7 +10,6 @@