diff options
author | 2023-04-07 14:25:00 -0700 | |
---|---|---|
committer | 2023-04-07 17:25:00 -0400 | |
commit | d5312392013886b3b2b072b93f28b017c1959274 (patch) | |
tree | 6b9a10f07b7e310e21f304486dc4ebe745f9d39e /examples/blog | |
parent | 7f74326b762bfc174ebe8e37ae03733563e4214f (diff) | |
download | astro-d5312392013886b3b2b072b93f28b017c1959274.tar.gz astro-d5312392013886b3b2b072b93f28b017c1959274.tar.zst astro-d5312392013886b3b2b072b93f28b017c1959274.zip |
[ci] release (#6769)astro@2.2.1@astrojs/netlify@2.2.1@astrojs/mdx@0.18.3
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 d87ecfa63..08a4c0661 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", - "@astrojs/mdx": "^0.18.2", + "astro": "^2.2.1", + "@astrojs/mdx": "^0.18.3", "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.2" } |