diff options
author | 2022-03-04 11:28:59 -0600 | |
---|---|---|
committer | 2022-03-04 11:28:59 -0600 | |
commit | 88ccb2d6965a910fb552beccce35471180ed7971 (patch) | |
tree | a09a41ef4f68b27b9cc3bf038e5bd302fc4a6396 /examples/with-markdown-plugins | |
parent | a286a75cc4cdcaad61e328617b6ee16f6e462c61 (diff) | |
download | astro-88ccb2d6965a910fb552beccce35471180ed7971.tar.gz astro-88ccb2d6965a910fb552beccce35471180ed7971.tar.zst astro-88ccb2d6965a910fb552beccce35471180ed7971.zip |
[ci] release (#2720)astro@0.23.6@astrojs/renderer-svelte@0.5.0
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index bdaf667ab..40259824e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.5", + "astro": "^0.23.6", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |