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"