From cce31e5832aa6ea93356e7ea8db3a897dd9f2e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:55:27 +0000 Subject: [PATCH] Bump @astrojs/tailwind from 5.1.5 to 6.0.0 in /apps/website 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] --- apps/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index 6fdaa76e..5c85ac0e 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "^4.1.2", "@astrojs/rss": "^4.0.11", - "@astrojs/tailwind": "^5.1.4", + "@astrojs/tailwind": "^6.0.0", "@astrojs/vercel": "^8.0.1", "@crocoder-dev/tailwind": "*", "astro": "5.1.2",