diff options
author | 2022-06-10 15:03:52 +0000 | |
---|---|---|
committer | 2022-06-10 15:03:52 +0000 | |
commit | d02578fd4cab1a95980dbf6c0e5f12efb4aa9582 (patch) | |
tree | 0e033d3e4e8fd4f91384a4226c758c8b766fffe1 /examples/with-markdown-plugins | |
parent | 70dc09bff3ed2c8bfb2452ae41a85de56c72531c (diff) | |
download | astro-d02578fd4cab1a95980dbf6c0e5f12efb4aa9582.tar.gz astro-d02578fd4cab1a95980dbf6c0e5f12efb4aa9582.tar.zst astro-d02578fd4cab1a95980dbf6c0e5f12efb4aa9582.zip |
[ci] release (#3549)astro@1.0.0-beta.43@astrojs/sitemap@0.1.1@astrojs/markdown-remark@0.11.1
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 0ce5c0836..5479a2345 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.11.0", - "astro": "^1.0.0-beta.42", + "@astrojs/markdown-remark": "^0.11.1", + "astro": "^1.0.0-beta.43", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |