summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-18 09:31:59 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-18 12:31:59 -0400
commit31cbf4357e866abab62bb4ccf949f5a59aec06ac (patch)
treefdf22a00c332e3082b3d369c3eda497892351f0d /packages/integrations/tailwind/package.json
parentdad105a91e2d9b59cfd6aba7703207ba08841c10 (diff)
downloadastro-1d8da87f890fba6df19788c8285ddf19701f24ab.tar.gz
astro-1d8da87f890fba6df19788c8285ddf19701f24ab.tar.zst
astro-1d8da87f890fba6df19788c8285ddf19701f24ab.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 43c76a5b6..ad8ee6b37 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": "3.1.2",
+ "version": "3.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -44,7 +44,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.4.5",
+ "astro": "workspace:^2.5.0",
"tailwindcss": "^3.0.24"
},
"pnpm": {