summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-27 09:59:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-27 12:59:31 -0500
commit415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a (patch)
treed66b4644fd7346907a0c5318b21d8de47c3a0982 /examples/with-tailwindcss
parentcdabf6ef02be7220fd2b6bdcef924ceca089381e (diff)
downloadastro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.tar.gz
astro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.tar.zst
astro-415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index dadd6a865..a45a8c5ff 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
- "@astrojs/tailwind": "^5.0.2",
+ "@astrojs/mdx": "^2.0.0-beta.0",
+ "@astrojs/tailwind": "^6.0.0-beta.0",
"@types/canvas-confetti": "^1.6.3",
- "astro": "^3.6.1",
+ "astro": "^4.0.0-beta.0",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",