From 0d63d01da2f7a4a11dc0fda70c4c5369788a31de Mon Sep 17 00:00:00 2001 From: "uniproject-renovate[bot]" <254712713+uniproject-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:12:07 +0000 Subject: [PATCH] Update dependency typescript to v7 --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 2e7135a..3f5a8a7 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,7 @@ "bun-plugin-pino": "^1.4.0", }, "peerDependencies": { - "typescript": "^5", + "typescript": "^5 || ^7.0.0", }, }, }, diff --git a/package.json b/package.json index 744a9f5..4b18732 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "bun-plugin-pino": "^1.4.0" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^7.0.0" }, "dependencies": { "nanoid": "^5.1.5",