diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index a9f5fba4..2da7887c 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 479b89d7..d1385e36 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.3.14" }, "peerDependencies": { - "typescript": "^5.9.3 || ^6.0.0" + "typescript": "^5.9.3 || ^6.0.0 || ^7.0.0" } }