diff options
author | 2021-12-03 09:30:45 -0500 | |
---|---|---|
committer | 2021-12-03 09:30:45 -0500 | |
commit | 4f546173b484a8329c306e1a5261c91c8511042d (patch) | |
tree | f665eb06a5139da69c84d1ad18cf86ed24bb7160 /examples/with-markdown-plugins | |
parent | 583459d0b6476fc79b351648c0db3c2869edfa12 (diff) | |
download | astro-4f546173b484a8329c306e1a5261c91c8511042d.tar.gz astro-4f546173b484a8329c306e1a5261c91c8511042d.tar.zst astro-4f546173b484a8329c306e1a5261c91c8511042d.zip |
chore: release (#2108)
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 e25affb8f..2a717f0ae 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.21.8", + "astro": "^0.21.9", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |