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 9384e351..ca2d8077 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 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" } }