summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-22 07:19:18 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-22 10:19:18 -0400
commit9f1881455a5c3a6457125dafbcd342be5c4de907 (patch)
tree967ccf17b7973ce6acacada687cbaaf7218804b6 /packages/integrations/tailwind/package.json
parenta93e061cfb0779e41297f22002d6a446850acc93 (diff)
downloadastro-@astrojs/deno@5.0.0-rc.1.tar.gz
astro-@astrojs/deno@5.0.0-rc.1.tar.zst
astro-@astrojs/deno@5.0.0-rc.1.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 0c2585ca5..edb41058a 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.0-beta.0",
+ "version": "5.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4",
+ "astro": "workspace:^3.0.0-rc.5",
"tailwindcss": "^3.0.24"
}
}