diff --git a/deno.json b/deno.json index be4997f27..7a366c022 100644 --- a/deno.json +++ b/deno.json @@ -19,19 +19,16 @@ "build": "deno run -A --unstable dev.ts build", "preview": "deno run -A --unstable main.ts" }, - "compilerOptions": { - "jsx": "react-jsx", - "jsxImportSource": "preact" - }, + "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "imports": { "@/": "./", - "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/738a51ad526e4d5cc74871927a4888bda54f897c/", + "$fresh/": "https://deno.land/x/fresh@1.5.0/", "$gfm": "https://deno.land/x/gfm@0.2.4/mod.ts", - "preact": "https://esm.sh/preact@10.15.1", - "preact/": "https://esm.sh/preact@10.15.1/", - "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1", - "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", - "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", + "preact": "https://esm.sh/preact@10.18.1", + "preact/": "https://esm.sh/preact@10.18.1/", + "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2", + "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", + "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", "twind-preset-tailwind/": "https://esm.sh/@twind/preset-tailwind@1.1.4/", "twind-preset-ext": "https://esm.sh/@twind/preset-ext@1.0.7/", "std/": "https://deno.land/std@0.202.0/", @@ -42,16 +39,6 @@ "@twind/core": "https://esm.sh/@twind/core@1.1.3", "fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/" }, - "exclude": [ - "cov/", - "_fresh/" - ], - "lint": { - "rules": { - "tags": [ - "fresh", - "recommended" - ] - } - } + "exclude": ["cov/", "_fresh/", "**/_fresh/*"], + "lint": { "rules": { "tags": ["fresh", "recommended"] } } }