From 27d5f708b12b90112f9706d21c7ea99df115ed7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:21:23 +0000 Subject: [PATCH] deps(web): bump @astrojs/tailwind from 5.1.5 to 6.0.2 in /web Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.5 to 6.0.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@6.0.2/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 771424d..e731532 100644 --- a/web/package.json +++ b/web/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@astrojs/react": "^3.0.0", - "@astrojs/tailwind": "^5.0.0", + "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.15", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0",