diff --git a/bun.lockb b/bun.lockb index 6cb7d58..5ddcc43 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3fc5593..cec61ce 100644 --- a/package.json +++ b/package.json @@ -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", @@ -143,4 +143,4 @@ "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.9.6" } -} +} \ No newline at end of file diff --git a/src/server/components/link.tsx b/src/server/components/link.tsx index 927b8ef..e29ebe4 100644 --- a/src/server/components/link.tsx +++ b/src/server/components/link.tsx @@ -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'] diff --git a/yarn.lock b/yarn.lock index af64635..1058676 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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": @@ -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"