diff --git a/bun.lock b/bun.lock index fe4f9972..21d1bd00 100644 --- a/bun.lock +++ b/bun.lock @@ -27,7 +27,7 @@ "archgate-win32-x64": "0.23.1", }, "peerDependencies": { - "typescript": "^5", + "typescript": "^5 || ^6.0.0", }, }, }, diff --git a/package.json b/package.json index 5f4bd2b8..36553642 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "zod": "4.3.6" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6.0.0" }, "optionalDependencies": { "archgate-darwin-arm64": "0.23.1",