From 81c1e832f5be14c3829c81a445b5410a0a4454e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:30:31 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0e8150..4f5e751 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "tslint": "^5.18.0", "tsutils": "^3.14.1", "typedoc": "^0.24.0", - "typescript": "^5.0.0" + "typescript": "^6.0.0" }, "peerDependencies": { - "typescript": "3.x || 4.x || 5.x" + "typescript": "3.x || 4.x || 5.x || 6.x" } }