Skip to content

Commit

Permalink
chore: bump hono version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Apr 26, 2024
1 parent e5a19ad commit f108589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deps/hono_jsx.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { type JSXNode } from 'https://deno.land/x/hono@v4.1.0/jsx/index.ts'
export * from 'https://deno.land/x/hono@v4.1.0/jsx/jsx-runtime.ts'
export { html } from 'https://deno.land/x/hono@v4.1.0/helper/html/index.ts'
export { type JSXNode } from 'https://deno.land/x/hono@v4.2.7/jsx/index.ts'
export * from 'https://deno.land/x/hono@v4.2.7/jsx/jsx-runtime.ts'
export { html } from 'https://deno.land/x/hono@v4.2.7/helper/html/index.ts'
4 changes: 2 additions & 2 deletions deps/hono_server.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Hono } from 'https://deno.land/x/hono@v4.1.0/mod.ts'
export { serveStatic } from 'https://deno.land/x/hono@v4.1.0/adapter/deno/serve-static.ts'
export { Hono } from 'https://deno.land/x/hono@v4.2.7/mod.ts'
export { serveStatic } from 'https://deno.land/x/hono@v4.2.7/adapter/deno/serve-static.ts'

0 comments on commit f108589

Please sign in to comment.