diff options
author | 2023-02-01 05:58:35 -0800 | |
---|---|---|
committer | 2023-02-01 08:58:35 -0500 | |
commit | f05eb9f8ba078a063e87c60309bbab491a043be4 (patch) | |
tree | 4a73bae752e0f7a2f255a8eb0d8481a826ec91b1 /examples/blog | |
parent | d7f36720d4683c6c1da389a15c5ab04a6de351b4 (diff) | |
download | astro-f05eb9f8ba078a063e87c60309bbab491a043be4.tar.gz astro-f05eb9f8ba078a063e87c60309bbab491a043be4.tar.zst astro-f05eb9f8ba078a063e87c60309bbab491a043be4.zip |
[ci] release (#6048)astro@2.0.5@astrojs/mdx@0.16.0@astrojs/lit@1.1.2@astrojs/image@0.14.0
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 8ca5bb53e..87758e519 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.4", - "@astrojs/mdx": "^0.15.2", + "astro": "^2.0.5", + "@astrojs/mdx": "^0.16.0", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.1" } |