From 86f63247dec7fadd7fa067d162532f68d77c07a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Mar 2026 20:07:38 +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 cfc9183..ca6ea1a 100644 --- a/bun.lock +++ b/bun.lock @@ -26,7 +26,7 @@ "typescript-eslint": "8.56.1", }, "peerDependencies": { - "typescript": "^5", + "typescript": "^5 || ^6.0.0", }, }, }, diff --git a/package.json b/package.json index 406651d..54fe08b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "typescript-eslint": "8.56.1" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6.0.0" }, "name": "outline-mcp", "module": "index.ts", -- 2.49.1