From 91812ad38f7d2c21be1514f51445b89c7b8cb1a5 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 31 Oct 2025 16:23:35 +0100 Subject: [PATCH] fix: remove unused packages --- deno.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/deno.json b/deno.json index d546198..cb6b1e4 100644 --- a/deno.json +++ b/deno.json @@ -45,9 +45,7 @@ "tsx": "npm:tsx@^4.19.2", "yaml": "https://deno.land/std@0.197.0/yaml/mod.ts", "zod": "npm:zod@^3.24.1", - "domparser": "https://deno.land/x/deno_dom@v0.1.56/deno-dom-wasm.ts", "fs": "https://deno.land/std/fs/mod.ts", - "imagemagick": "https://deno.land/x/imagemagick_deno@0.0.31/mod.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "exclude": ["**/_fresh/*"]