From 42a6edd77163f5f97a05c367bafcfdea6da777eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:34:22 +0000 Subject: [PATCH] Bump @astrojs/tailwind from 5.1.1 to 5.1.2 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.1 to 5.1.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@5.1.2/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5b5278..fb76fdd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/react": "^3.4.0", "@astrojs/rss": "^4.0.6", "@astrojs/sitemap": "^3.1.5", - "@astrojs/tailwind": "5.1.1", + "@astrojs/tailwind": "5.1.2", "@astrojs/vercel": "^7.6.0", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@types/react": "^18.2.77",