full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
"version": "5.1.5",
"version": "6.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -29,15 +29,15 @@
"base.css"
],
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-load-config": "^4.0.2"
},
"devDependencies": {
"tailwindcss": "^3.4.17",
"vite": "^6.0.9",
"astro": "5.1.8",
"astro-scripts": "0.0.14"
"vite": "^6.2.3",
"astro-scripts": "0.0.14",
"astro": "5.5.5"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0",