diff options
author | 2024-10-31 00:56:38 -0700 | |
---|---|---|
committer | 2024-10-31 15:56:38 +0800 | |
commit | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch) | |
tree | a58b6cd14078d14efb0ac8bd8b8764302f29a740 /examples/blog | |
parent | ffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff) | |
download | astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip |
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
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 a80a9270c..bec00fa4f 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.8", + "@astrojs/mdx": "^3.1.9", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.7" + "astro": "^4.16.8" } } |