diff --git a/package.json b/package.json index 0c20a36..5e31752 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "eslint": "^9", "eslint-config-next": "16.1.1", "tailwindcss": "^4", - "typescript": "^5" + "typescript": "^6" } } diff --git a/yarn.lock b/yarn.lock index b79b6e6..f4456d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3213,10 +3213,10 @@ typescript-eslint@^8.46.0: "@typescript-eslint/typescript-estree" "8.58.1" "@typescript-eslint/utils" "8.58.1" -typescript@^5: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@^6: + version "6.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f" + integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ== unbox-primitive@^1.1.0: version "1.1.0"