diff --git a/.changeset/plenty-pandas-repeat.md b/.changeset/plenty-pandas-repeat.md new file mode 100644 index 000000000000..64151e63e7ae --- /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 a9e16dd12491..42082a982502 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": {