From 0be8fe1117b663a3951819770924315b9a4a6151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:50:52 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2fbac4b5..67aa67aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "prettier": "^3.5.1", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4.1.8", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "vite": "^7.1.4", "vite-plugin-vue-devtools": "^8.0.0", "vitest": "^4.0.14", @@ -8238,9 +8238,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 82d80fd75..8ae7326e6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "prettier": "^3.5.1", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4.1.8", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "vite": "^7.1.4", "vite-plugin-vue-devtools": "^8.0.0", "vitest": "^4.0.14",