diff options
author | 2023-12-01 11:12:49 -0800 | |
---|---|---|
committer | 2023-12-01 14:12:49 -0500 | |
commit | 023860bdede59a418eaaa6d56d141ff54a5904bf (patch) | |
tree | 370a34610394d3d9728a6a39a2a0e9ff5b3d0d8e /examples/with-tailwindcss | |
parent | 43ddb5217691dc4112d8d98ae07511a8be6d4b94 (diff) | |
download | astro-023860bdede59a418eaaa6d56d141ff54a5904bf.tar.gz astro-023860bdede59a418eaaa6d56d141ff54a5904bf.tar.zst astro-023860bdede59a418eaaa6d56d141ff54a5904bf.zip |
[ci] release (beta) (#9251)astro@4.0.0-beta.3@astrojs/vercel@6.0.0-beta.2
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 f03a1ac11..62eb75bc3 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^2.0.0-beta.0", "@astrojs/tailwind": "^6.0.0-beta.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.0.0-beta.2", + "astro": "^4.0.0-beta.3", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", |