From 1248d82f2bf242bfcc8a565f19ff184c4e193248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:05:38 +0000 Subject: [PATCH] chore(deps)!: migrate typescript to ^7.0.2 --- internal/deps/npm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/deps/npm.go b/internal/deps/npm.go index 13c133a..7aebde7 100644 --- a/internal/deps/npm.go +++ b/internal/deps/npm.go @@ -79,7 +79,7 @@ var npm = map[string]string{ "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "tsx": "^4.22.4", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.0.16", "vitest": "^4.1.8", "zod": "^4.4.3",