diff options
author | 2022-05-31 13:40:19 -0400 | |
---|---|---|
committer | 2022-05-31 13:40:19 -0400 | |
commit | b2f955ec1badf4d61feba9d87e512ced2b3bbcda (patch) | |
tree | 79b57183f74501fa7296a0b0f6868f8c9bb748d6 /examples/with-markdown-plugins | |
parent | 9a31e6f1d500219881ae1c79f4d6fef2809ef247 (diff) | |
download | astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.gz astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.zst astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.zip |
[ci] release (#3485)astro@1.0.0-beta.38@astrojs/vue@0.1.5@astrojs/svelte@0.1.4@astrojs/solid-js@0.1.3@astrojs/react@0.1.3@astrojs/preact@0.1.3@astrojs/markdown-remark@0.10.2@astrojs/lit@0.1.4@astrojs/deno@0.1.3
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 1c9fe21ee..5c5d2b03d 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.10.1", - "astro": "^1.0.0-beta.37", + "@astrojs/markdown-remark": "^0.10.2", + "astro": "^1.0.0-beta.38", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |