diff options
author | 2024-10-01 06:46:45 -0700 | |
---|---|---|
committer | 2024-10-01 15:46:45 +0200 | |
commit | ece03449e31d15a9ae55297f2ad7425f1078fe8c (patch) | |
tree | 69c2d6c61f17824a90c9b418fd2b3995dc7fc3fd /examples/with-tailwindcss | |
parent | 2eb62d07b59b3c1dfd5f6726f1e5813ff13e0b07 (diff) | |
download | astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.tar.gz astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.tar.zst astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.zip |
[ci] release (beta) (#12072)astro@5.0.0-beta.3@astrojs/studio@0.1.2-beta.0@astrojs/mdx@4.0.0-beta.2@astrojs/markdown-remark@6.0.0-beta.2@astrojs/markdoc@0.11.5-beta.1@astrojs/db@0.14.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 5fc16b697..e4608e842 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-beta.1", + "@astrojs/mdx": "^4.0.0-beta.2", "@astrojs/tailwind": "^5.1.1", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-beta.2", + "astro": "^5.0.0-beta.3", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", |