From 9a14990e43181305f77f3b4db4745071aa26f8b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:02:50 +0000 Subject: [PATCH] Update dependency typescript to v6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e989dad8..3f2fed15 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "tailwind-merge": "^3.3.1", "tailwindcss": "3.4.19", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.9.2", + "typescript": "^6.0.0", "zod": "^3.24.2" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 0fe06834..5a855520 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7114,10 +7114,10 @@ typescript-eslint@^8.46.0: "@typescript-eslint/typescript-estree" "8.46.2" "@typescript-eslint/utils" "8.46.2" -typescript@^5.9.2: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@^6.0.0: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== unbash@^2.2.0: version "2.2.0"