From 01f80346a550afb3afe1813ca2f3c69d031d51e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2026 05:16:39 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 2733047..e8b5428 100644 --- a/bun.lock +++ b/bun.lock @@ -26,7 +26,7 @@ "typescript-eslint": "8.59.4", }, "peerDependencies": { - "typescript": "^5", + "typescript": "^5 || ^6.0.0", }, }, }, diff --git a/package.json b/package.json index 5b36a3e..2eaa6f5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "typescript-eslint": "8.59.4" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6.0.0" }, "name": "outline-mcp", "module": "index.ts",