diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index a655d6ae..9a07d311 100755 Binary files a/examples/bun/typescript/bun.lockb and b/examples/bun/typescript/bun.lockb differ diff --git a/examples/bun/typescript/package.json b/examples/bun/typescript/package.json index c369fa2a..1c797ebe 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.3.12" }, "peerDependencies": { - "typescript": "^5.9.3" + "typescript": "^5.9.3 || ^6.0.0" } }