diff options
author | 2023-03-21 05:03:46 -0700 | |
---|---|---|
committer | 2023-03-21 08:03:46 -0400 | |
commit | 6afb1efea8601cc2bfacec27a8d09c2533fb704a (patch) | |
tree | c16d917a571e529a237e5e6434f85fe6258b026d /examples/with-markdown-plugins | |
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/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 60f3a67ba..ccfa06569 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.3", - "@astrojs/markdown-remark": "^2.1.0", + "astro": "^2.1.4", + "@astrojs/markdown-remark": "^2.1.1", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |