From 713a06bab249424a7a1d88d4cfa90d381b120fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:08:16 +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 84eac58..6e9c8fa 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "prettier-package-json": "2.8.0", "prettier-plugin-tailwindcss": "0.8.0", "tailwindcss": "4.3.2", - "typescript": "6.0.3", + "typescript": "7.0.2", "typescript-eslint": "8.63.0", "vite": "8.1.3", "vitest": "4.1.10"