diff --git a/bun.lockb b/bun.lockb index 0bb2d78..ac8dc43 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 82641d1..8628b14 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "@tsconfig/bun": "1.0.7", "@tsconfig/strictest": "2.0.5", "@types/bun": "latest", - "lefthook": "1.8.2", - "textlint": "14.3.0", + "lefthook": "1.10.1", + "textlint": "14.4.2", "textlint-rule-preset-ja-technical-writing": "10.0.1", - "type-fest": "4.26.1" + "type-fest": "4.31.0" }, "peerDependencies": { - "typescript": "5.6.3" + "typescript": "5.7.2" }, "scripts": { "dev": "bun scripts/dev.ts", @@ -26,7 +26,7 @@ }, "files": [], "dependencies": { - "hono": "4.6.10", - "honox": "0.1.26" + "hono": "4.6.15", + "honox": "0.1.28" } }