From d3df194f14745e5c4943d0b743a6f4aa97e4ba56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:14:31 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.8.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 6865f59..4e46a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "prettier": "^3.8.4", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.61.0", "vite": "^6.2.0", "vitest": "^4.1.5" @@ -10885,9 +10885,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index dc4da0c..61511d0 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "prettier": "^3.8.4", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.61.0", "vite": "^6.2.0", "vitest": "^4.1.5"