From ad324145734a0844a7e7237462ab605a93800219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:45:34 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.6.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1067c8e..9bde23e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@biomejs/biome": "^1.9.4", "lefthook": "^1.6.12", "vite": "^6.4.1", - "typescript": "~5.6.2" + "typescript": "~6.0.2" }, "overrides": { "rollup": "^4.59.0"