diff options
author | 2025-03-13 04:42:20 -0700 | |
---|---|---|
committer | 2025-03-13 11:42:20 +0000 | |
commit | 42772253faaa77c1d24f601605da4dc5b5048be1 (patch) | |
tree | 34c41b9147ed438e076f9e55b89cb6011fae44fc /examples/blog | |
parent | 3b5196ddb86d3cc5e3b4e1689be8ad050b193012 (diff) | |
download | astro-@astrojs/markdown-remark@6.3.0.tar.gz astro-@astrojs/markdown-remark@6.3.0.tar.zst astro-@astrojs/markdown-remark@6.3.0.zip |
[ci] release (#13397)astro@5.5.0@astrojs/mdx@4.2.0@astrojs/markdown-remark@6.3.0@astrojs/markdoc@0.13.0
Co-authored-by: github-actions[bot] <41898282+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 8d4876838..88b635be2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.1", + "@astrojs/mdx": "^4.2.0", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.4.3" + "astro": "^5.5.0" } } |