diff options
author | 2023-04-05 10:38:45 -0700 | |
---|---|---|
committer | 2023-04-05 13:38:45 -0400 | |
commit | 29e7b82b8de0709cbbfaa2583b05f3c10978dda3 (patch) | |
tree | e016b601942e98336b4b09d5ab07ec76f4fa2ea2 /examples/with-markdown-plugins | |
parent | f627a2ca3d34bcad4daf8c23269b2f8df367e76c (diff) | |
download | astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.gz astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.zst astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.zip |
[ci] release (#6720)astro@2.2.0@astrojs/vue@2.1.1@astrojs/vercel@3.2.2@astrojs/sitemap@1.2.2@astrojs/node@5.1.1@astrojs/markdown-remark@2.1.3@astrojs/markdoc@0.1.1@astrojs/lit@2.0.1@astrojs/image@0.16.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 1c8d931ef..10d4eb0a5 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.9", - "@astrojs/markdown-remark": "^2.1.2", + "astro": "^2.2.0", + "@astrojs/markdown-remark": "^2.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |