From 0f2b115157802b3fa5b3141b87e74675d5076376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:06:01 +0000 Subject: [PATCH] Bump typescript from 6.0.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.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 ff8424d..4a000bf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "oxfmt": "^0.49.0", "oxlint": "^1.64.0", "tailwindcss": "^4.3.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.0.12", "vite-plugin-vue-devtools": "^8.1.2", "vitest": "^4.1.6",