From 85a5bedb4a8d61a0f960efa0f64b97b30ded135b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:01:58 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- examples/bun/typescript/bun.lockb | Bin 3223 -> 3239 bytes examples/bun/typescript/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index 73079187a66eb4fc399a4240b1b7d61b1a2621dc..cc89599af12d2cc88610023d26040afd6cc9e102 100755 GIT binary patch delta 209 zcmbO(xmAU_mH1H~F>AnF3A7@ delta 192 zcmZ23IbCvsA0zuje@jhG1_lN$28ISvAT0uAm0^81H~G;CT{F!w4dzA z=+0O@xf4j9o_rBVa!rKW@90%cq$D{@LQc1^bCoGS_BGVlOxY_Tvs!&t%hPXg#X5O_cN MBWJ+oK&~(*0O`sqcmMzZ diff --git a/examples/bun/typescript/package.json b/examples/bun/typescript/package.json index 31ac858e..3579b3c8 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.3.13" }, "peerDependencies": { - "typescript": "^5.9.3" + "typescript": "^5.9.3 || ^6.0.0" } }