diff options
author | 2024-09-13 04:04:37 -0700 | |
---|---|---|
committer | 2024-09-13 13:04:37 +0200 | |
commit | 490eed1cd948f91aedf86b5ffd4ac7285ee52f40 (patch) | |
tree | 4379f41703650e43f45fd8c2070c72f831c9fbfc /examples/blog | |
parent | 878f7f60ba205ea499f910724a6b897a345b6a49 (diff) | |
download | astro-490eed1cd948f91aedf86b5ffd4ac7285ee52f40.tar.gz astro-490eed1cd948f91aedf86b5ffd4ac7285ee52f40.tar.zst astro-490eed1cd948f91aedf86b5ffd4ac7285ee52f40.zip |
[ci] release (#11940)astro@4.15.5@astrojs/mdx@3.1.6
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 2935f2cee..c8bebd190 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.5", + "@astrojs/mdx": "^3.1.6", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.15.4" + "astro": "^4.15.5" } } |