diff --git a/deno.jsonc b/deno.jsonc index ccc03b5..868e04e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -2,7 +2,7 @@ "compilerOptions": { "jsx": "react-jsx", "jsxFragmentFactory": "Fragment", - "jsxImportSource": "npm:hono@4.3.6/jsx" + "jsxImportSource": "npm:hono@4.3.10/jsx" }, "tasks": { "fmt": "deno fmt ./**/*.ts",