diff options
author | 2023-03-21 05:03:46 -0700 | |
---|---|---|
committer | 2023-03-21 08:03:46 -0400 | |
commit | 6afb1efea8601cc2bfacec27a8d09c2533fb704a (patch) | |
tree | c16d917a571e529a237e5e6434f85fe6258b026d /examples/blog | |
parent | a661907b40e76aa56e7d7bd7e745bb16456b13e7 (diff) | |
download | astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.gz astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.zst astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.zip |
[ci] release (#6541)create-astro@3.1.1astro@2.1.4@astrojs/rss@2.3.1@astrojs/mdx@0.18.2@astrojs/markdown-remark@2.1.1@astrojs/markdoc@0.0.3@astrojs/cloudflare@6.2.2
* [ci] release
* nit: typo in #6594 changeset
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
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 4fe88e776..80abd1833 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", - "@astrojs/mdx": "^0.18.1", - "@astrojs/rss": "^2.3.0", + "astro": "^2.1.4", + "@astrojs/mdx": "^0.18.2", + "@astrojs/rss": "^2.3.1", "@astrojs/sitemap": "^1.2.1" } } |