diff options
author | 2024-09-04 04:44:20 -0700 | |
---|---|---|
committer | 2024-09-04 12:44:20 +0100 | |
commit | 70865b3cdcd3d54d41e99d634f66cfdb95be459d (patch) | |
tree | f6b7ba151ab0618b78ce0cc236fe07af55e36743 /examples/with-tailwindcss | |
parent | c3dce8363be22121a567df22df2ec566a3ebda17 (diff) | |
download | astro-70865b3cdcd3d54d41e99d634f66cfdb95be459d.tar.gz astro-70865b3cdcd3d54d41e99d634f66cfdb95be459d.tar.zst astro-70865b3cdcd3d54d41e99d634f66cfdb95be459d.zip |
[ci] release (alpha) (#11910)astro@5.0.0-alpha.4@astrojs/db@0.13.2-alpha.1
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 8289bf9d6..e03f36106 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.3", + "astro": "^5.0.0-alpha.4", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.43", |