diff options
author | 2024-01-22 12:11:07 -0800 | |
---|---|---|
committer | 2024-01-22 15:11:07 -0500 | |
commit | 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 (patch) | |
tree | 1cb40382c6fd75c2401545ff58b04208709c967e /examples/with-mdx | |
parent | 2f81cffa9da9db0e2802d303f94feaee8d2f54ec (diff) | |
download | astro-@astrojs/markdown-remark@4.2.0.tar.gz astro-@astrojs/markdown-remark@4.2.0.tar.zst astro-@astrojs/markdown-remark@4.2.0.zip |
[ci] release (#9728)astro@4.2.2@astrojs/rss@4.0.3@astrojs/mdx@2.0.6@astrojs/markdown-remark@4.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-mdx')
-rw-r--r-- | examples/with-mdx/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b4746a24f..d6f57047f 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.5", + "@astrojs/mdx": "^2.0.6", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.1", + "astro": "^4.2.2", "preact": "^10.19.2" } } |