Skip to content

Commit

Permalink
fix: supports latest hono (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jun 4, 2024
1 parent fbd4758 commit 4c9b353
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"hono": "^4.3.9",
"hono": "^4.4.3",
"np": "7.7.0",
"prettier": "^3.1.1",
"publint": "^0.2.7",
Expand All @@ -143,4 +143,4 @@
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}
}
1 change: 1 addition & 0 deletions src/server/components/link.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { FC } from 'hono/jsx'
import type { JSX } from 'hono/jsx/jsx-runtime'
import type { Manifest } from 'vite'

type Options = { manifest?: Manifest; prod?: boolean } & JSX.IntrinsicElements['link']
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 95C54EE99305D9EE-59bbd09294816ba2-DEF4A5A808B5C947-93ba0c17715288a1
# bun ./bun.lockb --hash: EEA022DC5A02E807-9535a4759596cd0b-CADC0EADF1F622AE-e0c0fb8a64d8bcd6


"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
Expand Down Expand Up @@ -3004,11 +3004,16 @@ hast-util-whitespace@^3.0.0:
dependencies:
"@types/hast" "^3.0.0"

hono@*, hono@>=4.*, hono@^4.3.9:
hono@*:
version "4.3.9"
resolved "https://registry.npmjs.org/hono/-/hono-4.3.9.tgz"
integrity sha512-6c5LVE23HnIS8iBhY+XPmYJlPeeClznOi7mBNsAsJCgxo8Ciz75LTjqRUf5wv4RYq8kL+1KPLUZHCtKmbZssNg==

hono@>=4.*, hono@^4.4.3:
version "4.4.3"
resolved "https://registry.npmjs.org/hono/-/hono-4.4.3.tgz"
integrity sha512-G7rTruKzrHXPz1KB4B50deKydPA9+aeei+WC1hikP0abN9N+a6yORuweageaqWocYfYNkpoqA5ezGV2mzQasvw==

hosted-git-info@^2.1.4:
version "2.8.9"
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz"
Expand Down

0 comments on commit 4c9b353

Please sign in to comment.