Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
refactor: update deps (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 20, 2023
1 parent dd0aadb commit fee472e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/jsx.tsx
Original file line number Diff line number Diff line change
@@ -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'

Expand All @@ -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'

0 comments on commit fee472e

Please sign in to comment.