diff options
author | 2024-09-10 05:29:08 -0700 | |
---|---|---|
committer | 2024-09-10 08:29:08 -0400 | |
commit | a1176a1d93760f78fde49fab2d1934a9dd910d58 (patch) | |
tree | 267e7cc35edaea8241f1422fac2bdd9f0a7c9f14 /examples/with-tailwindcss | |
parent | 4410130df722eae494caaa46b17c8eeb6223f160 (diff) | |
download | astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.tar.gz astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.tar.zst astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.zip |
[ci] release (alpha) (#11954)astro@5.0.0-alpha.6
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 68bc3347d..dc54c6df2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^4.0.0-alpha.2", "@astrojs/tailwind": "^6.0.0-alpha.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-alpha.5", + "astro": "^5.0.0-alpha.6", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.43", |