summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-10 07:30:52 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-10 22:30:52 +0800
commit9cd6a6657b328cec4ad98020e2bcd73c34a869ce (patch)
tree6f2ca1133391bd5403813705f0c730246b04f767 /packages/integrations/tailwind/package.json
parentc071458257b014efcae7ec7e29d5d87d5ecaf8b6 (diff)
downloadastro@3.2.4.tar.gz
astro@3.2.4.tar.zst
astro@3.2.4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/tailwind/package.json')
-rw-r--r--packages/integrations/tailwind/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 17bca109f..b4fce54af 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
- "version": "5.0.1",
+ "version": "5.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"vite": "^4.4.9"
},
"peerDependencies": {
- "astro": "workspace:^3.2.3",
+ "astro": "workspace:^3.2.4",
"tailwindcss": "^3.0.24"
},
"publishConfig": {