From 382c37e7a88581cdd5f27b5498eaa28974587ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 21:35:27 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v7 --- build/bun.lock | 2 +- build/package.json | 2 +- examples/bun/typescript/bun.lockb | Bin 3237 -> 3247 bytes examples/bun/typescript/package.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/bun.lock b/build/bun.lock index 0e677bb9..9d429b74 100644 --- a/build/bun.lock +++ b/build/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "bun-plugin-dts": "^0.4.0", "dts-bundle-generator": "^9.5.1", - "typescript": "^5.9.3", + "typescript": "^7.0.2", }, }, }, diff --git a/build/package.json b/build/package.json index 3dd1271d..1a574663 100644 --- a/build/package.json +++ b/build/package.json @@ -7,7 +7,7 @@ "dependencies": { "bun-plugin-dts": "^0.4.0", "dts-bundle-generator": "^9.5.1", - "typescript": "^5.9.3" + "typescript": "^7.0.2" }, "overrides": { "typescript": "^5.9.3" diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index 9384e351bb336895a665d700e9140e19641cb30c..ca2d80778a6a688ce6edb296bea3820adc5d65d6 100755 GIT binary patch delta 200 zcmZ1~xn6RDAEW$4e@jhg1_lN$28ISvAT0uAU_sJ1H~E^P2AYe7&+OI z(VcPX zev^K-L+G^<6QiM?iJlQqHg>WirzGQ|$<~~6rF?;W9-!(L3)3@<6@33BfX)K}cAm+f TIOEwAYHAeX%s2aTMKA#Xz;!HI delta 193 zcmZ24xm0q3AEW3*e@jhE1_lN$28ISvAT0uAU_yL1H~FPg08rH`+yDRo diff --git a/examples/bun/typescript/package.json b/examples/bun/typescript/package.json index 7addcd19..688ff1e6 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.4.2" }, "peerDependencies": { - "typescript": "^5.9.3 || ^6.0.0" + "typescript": "^5.9.3 || ^6.0.0 || ^7.0.0" } }