diff options
author | 2024-11-26 03:38:33 -0800 | |
---|---|---|
committer | 2024-11-26 11:38:33 +0000 | |
commit | a2f90ced77c18757883a4a060d2b321764a0c60f (patch) | |
tree | 681f8b5bd7be19ce5e737cb52191c07c9d6b4688 /examples/blog | |
parent | c34803205e2bc433df191a7e39d63e8ec307becc (diff) | |
download | astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.gz astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.zst astro-a2f90ced77c18757883a4a060d2b321764a0c60f.zip |
[ci] release (beta) (#12503)astro@5.0.0-beta.11@astrojs/react@3.7.0-beta.1@astrojs/mdx@4.0.0-beta.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 55c4c8e97..c89bd737a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-beta.3", + "@astrojs/mdx": "^4.0.0-beta.4", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0-beta.10" + "astro": "^5.0.0-beta.11" } } |