summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /examples/with-tailwindcss
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-@astrojs/cloudflare@6.0.0-beta.1.tar.gz
astro-@astrojs/cloudflare@6.0.0-beta.1.tar.zst
astro-@astrojs/cloudflare@6.0.0-beta.1.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 fffd8b343..616c812e7 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^0.15.0-beta.1",
- "@astrojs/tailwind": "^3.0.0-beta.0",
+ "@astrojs/mdx": "^1.0.0-beta.2",
+ "@astrojs/tailwind": "^3.0.0-beta.1",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^2.0.0-beta.1",
+ "astro": "^2.0.0-beta.2",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",