From 61c8aaf195abcd2fd9ecfebbc93930eb715b971b Mon Sep 17 00:00:00 2001 From: arrow2nd Date: Tue, 16 Jan 2024 15:05:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E4=BE=9D=E5=AD=98=E9=96=A2?= =?UTF-8?q?=E4=BF=82=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index b79f648..d99e15a 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "imports": { - "$fresh/": "https://deno.land/x/fresh@1.6.2/", + "$fresh/": "https://deno.land/x/fresh@1.6.3/", "preact": "https://esm.sh/preact@10.19.2", "preact/": "https://esm.sh/preact@10.19.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2",