diff options
author | 2024-01-23 16:27:10 -0800 | |
---|---|---|
committer | 2024-01-23 19:27:10 -0500 | |
commit | eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 (patch) | |
tree | 39f156d08307c7ff129e24f16ca7b1dcaad8c9b3 /examples/blog | |
parent | d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6 (diff) | |
download | astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.gz astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.zst astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.zip |
[ci] release (#9785)astro@4.2.4@astrojs/mdx@2.1.0
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 cb4a9757c..8a988f43c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.6", + "@astrojs/mdx": "^2.1.0", "@astrojs/rss": "^4.0.3", "@astrojs/sitemap": "^3.0.5", - "astro": "^4.2.3" + "astro": "^4.2.4" } } |