From 272966dcd2241faa88887e8001996d103a004196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 23:43:18 +0000 Subject: [PATCH] Bump @astrojs/tailwind from 5.1.5 to 6.0.0 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.5 to 6.0.0. - [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.0/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df95b92..3ddc055 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/react": "^4.1.2", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "^5.1.4", + "@astrojs/tailwind": "^6.0.0", "@astrojs/vercel": "^8.0.1", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@types/react": "^18.2.77",