From d2fe5f8205f44479d5a782848554ea24d0934ef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:39:16 +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 a655d6aecee7b6cecb8ea32ef02e5d63f28cdef9..9a07d311093f9a1d15fb28cceefa05a9618baf5d 100755 GIT binary patch delta 209 zcmbO(xmAU_mH1H~F>9)F311? delta 192 zcmZ23IbCvsA0zuje@jhG1_lN$28ISvAT0uAm0^81H~G;CT{F!w4dzA z=+0O@xf4j9o_rBVa!rKW@98Zj`qPFCcUWbB%3%{f;RsE~mNXk&|o=^4ffzJC%x=Yhcc O$saibHV1NrF#!PSnJRYx 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" } }