From dcd115892a23b17309347c13ce4d82af73d204b2 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 17 Sep 2024 18:19:22 -0400 Subject: [PATCH] Make @astrojs/tailwind compat with Astro 5 (#12018) --- .changeset/plenty-pandas-repeat.md | 5 +++++ packages/integrations/tailwind/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/plenty-pandas-repeat.md 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": {