From 4fd7218cbd02dc353d2bb507b9edfe3f57fb6e83 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Dec 2024 01:08:39 +0000 Subject: [PATCH] Update dependency astro to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c3a11f..248d7e9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/cloudflare": "^11.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.0.6", + "astro": "^5.0.0", "tailwindcss": "^3.3.3" } }