From 63ffdd1b9251611f5e370189e7f48da2bdbb2a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 07:33:25 +0000 Subject: [PATCH] Update dependency typescript to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3db8f7..5eeef7c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/rss": "4.0.19", "@astrojs/sitemap": "3.7.3", "astro": "7.1.1", - "typescript": "6.0.3" + "typescript": "7.0.2" } }