From 193b7096affe6daea40ee6577b13c3cbe8a27f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 01:43:16 +0000 Subject: [PATCH] :paperclip: Update dependency @astrojs/vue to v3 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index e7a8cb6..42bd66d 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/cloudflare": "^6.8.1", "@astrojs/tailwind": "^3.1.3", - "@astrojs/vue": "^2.2.1", + "@astrojs/vue": "^3.0.0", "@formkit/auto-animate": "^1.0.0-pre-alpha.3", "@vueuse/components": "^10.4.1", "@vueuse/core": "^10.4.1",