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