From 736c728996f5cd93a23a4c2bfb7c042673241bbf Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 17 Mar 2026 19:43:37 +0900 Subject: [PATCH] chore: fix `peerDependencies` in `bun.lock` --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 3b0c0a2..3441c6d 100644 --- a/bun.lock +++ b/bun.lock @@ -20,7 +20,7 @@ "vitest": "^4.0.18", }, "peerDependencies": { - "hono": "^4.12.7", + "hono": "^4", }, }, },