diff --git a/x/jsx.tsx b/x/jsx.tsx index a15da00..f64e7b2 100644 --- a/x/jsx.tsx +++ b/x/jsx.tsx @@ -1,7 +1,7 @@ // Copyright 2023 Samuel Kopp. All rights reserved. Apache-2.0 license. /** @jsx h */ import { default as renderToString } from 'https://esm.sh/preact-render-to-string@6.1.0?deps=preact@10.16.0' -import { h, VNode } from 'https://esm.sh/preact@10.17.0' +import { h, VNode } from 'https://esm.sh/preact@10.17.1' import { Context } from '../mod.ts' @@ -12,4 +12,4 @@ export function jsx(c: Context, Component: (() => h.JSX.Element) | VNode) { c.res.header('content-type', 'text/html; charset=utf-8') } -export { h } from 'https://esm.sh/preact@10.17.0' +export { h } from 'https://esm.sh/preact@10.17.1'