summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/plenty-pandas-repeat.md5
-rw-r--r--packages/integrations/tailwind/package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/plenty-pandas-repeat.md b/.changeset/plenty-pandas-repeat.md
new file mode 100644
index 000000000..64151e63e
--- /dev/null
+++ b/.changeset/plenty-pandas-repeat.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/tailwind': patch
+---
+
+Make @astrojs/tailwind compat with Astro 5
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index a9e16dd12..42082a982 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -44,7 +44,7 @@
"vite": "^5.4.3"
},
"peerDependencies": {
- "astro": "^3.0.0 || ^4.0.0",
+ "astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
"tailwindcss": "^3.0.24"
},
"publishConfig": {