diff options
author | 2022-12-27 08:52:24 -0800 | |
---|---|---|
committer | 2022-12-27 11:52:24 -0500 | |
commit | 640de3c26fdc1a4d0272bc908ce822139d0cf73f (patch) | |
tree | cb7937e1082160a6d374c6ae42326b471b223886 /examples/blog | |
parent | 87a0d8bf100429900988acdf1bd6dc00f2fb8cba (diff) | |
download | astro-640de3c26fdc1a4d0272bc908ce822139d0cf73f.tar.gz astro-640de3c26fdc1a4d0272bc908ce822139d0cf73f.tar.zst astro-640de3c26fdc1a4d0272bc908ce822139d0cf73f.zip |
[ci] release (#5645)astro@1.8.0@astrojs/vercel@2.4.0@astrojs/rss@2.0.0@astrojs/mdx@0.14.0@astrojs/markdown-remark@1.2.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 3cffdb6b7..c1e8393ad 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.7.2", - "@astrojs/mdx": "^0.13.0", - "@astrojs/rss": "^1.2.1", + "astro": "^1.8.0", + "@astrojs/mdx": "^0.14.0", + "@astrojs/rss": "^2.0.0", "@astrojs/sitemap": "^1.0.0" } } |