diff options
author | 2023-11-29 10:50:18 -0800 | |
---|---|---|
committer | 2023-11-29 13:50:18 -0500 | |
commit | c495f1ac17285cfda78363b98cd2802b543f441e (patch) | |
tree | 9e720a45389b24172449eb818ebe6b0b01bd7315 /examples/with-tailwindcss | |
parent | 3b77889b47750ed6e17c7858780dc4aae9201b58 (diff) | |
download | astro-c495f1ac17285cfda78363b98cd2802b543f441e.tar.gz astro-c495f1ac17285cfda78363b98cd2802b543f441e.tar.zst astro-c495f1ac17285cfda78363b98cd2802b543f441e.zip |
[ci] release (beta) (#9228)astro@4.0.0-beta.2@astrojs/vercel@6.0.0-beta.1@astrojs/node@7.0.0-beta.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 8a7652b8d..f03a1ac11 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.1", + "astro": "^4.0.0-beta.2", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", |