From 5e44e5048a8a22b5cbdbb155d7d65f73dfbee004 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2025 21:41:20 +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" } }