diff options
author | 2025-01-30 03:21:41 -0800 | |
---|---|---|
committer | 2025-01-30 11:21:41 +0000 | |
commit | f6b7839411233c95af529eb0eee098c24e1d9d80 (patch) | |
tree | 88967bbd7760edfc1aba5d552bc91b8602d61aa0 /examples/with-mdx | |
parent | 2ab0a61024fa6631c35ee99a31f3c409d21dd95d (diff) | |
download | astro-18b4ba3017558527a3e11e2288d03c99a28c76eb.tar.gz astro-18b4ba3017558527a3e11e2288d03c99a28c76eb.tar.zst astro-18b4ba3017558527a3e11e2288d03c99a28c76eb.zip |
[ci] release (#13086)astro@5.2.0@astrojs/tailwind@6.0.0@astrojs/mdx@4.0.8@astrojs/markdown-remark@6.1.0@astrojs/markdoc@0.12.8@astrojs/internal-helpers@0.5.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 f7138195b..107ced545 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.7", + "@astrojs/mdx": "^4.0.8", "@astrojs/preact": "^4.0.3", - "astro": "^5.1.10", + "astro": "^5.2.0", "preact": "^10.25.4" } } |