diff --git a/package-lock.json b/package-lock.json index 63084ad..8eceb28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,11 @@ "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.0.2", "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "5.1.5", + "@astrojs/tailwind": "6.0.0", "@eslint/js": "^9.17.0", "@iconify-json/solar": "^1.2.1", "@iconify/tailwind": "^1.2.0", "@playform/compress": "^0.1.6", - "@rollup/rollup-linux-x64-gnu": "^4.34.8", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "astro": "^5.0.8", @@ -383,9 +382,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 9de8b3c..d57da70 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.0.2", "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "5.1.5", + "@astrojs/tailwind": "6.0.0", "@eslint/js": "^9.17.0", "@iconify-json/solar": "^1.2.1", "@iconify/tailwind": "^1.2.0",