From a8a43dbb1144b02d3496afc207ff628fa8c3c85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:08:40 +0000 Subject: [PATCH] Build(deps): 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 370b4a4..b2b9e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "^5.1.5", + "@astrojs/tailwind": "^6.0.0", "astro": "^5.3.0", "sass": "^1.85.0", "tailwindcss": "^3.4.17" @@ -92,9 +92,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.5.tgz", - "integrity": "sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.0.tgz", + "integrity": "sha512-GbEK2/h0nvY8i6g1GZT5ddHAgj71lQIf34/j7+jPLhUti3xDxKcWElApDe2jWvqAaKl2oKEh045ITSm8mU9BVQ==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", diff --git a/package.json b/package.json index 00743f8..dcb4329 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "^5.1.5", + "@astrojs/tailwind": "^6.0.0", "astro": "^5.3.0", "sass": "^1.85.0", "tailwindcss": "^3.4.17"