From 619c90239b2d8846f5bf3f4a2fad0de6587b5d83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:48:22 +0000 Subject: [PATCH] :paperclip: Update dependency astro to v3 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index a120428..92015d7 100644 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ "@formkit/auto-animate": "^1.0.0-pre-alpha.3", "@vueuse/components": "^10.4.1", "@vueuse/core": "^10.4.1", - "astro": "^2.10.15", + "astro": "^3.1.1", "tailwindcss": "^3.3.3", "vue": "^3.3.4" },