diff options
author | 2021-11-29 14:39:04 -0500 | |
---|---|---|
committer | 2021-11-29 14:39:04 -0500 | |
commit | 6203b57974da75a3933ddfc119e4ab5180d71519 (patch) | |
tree | 027ca2dafe67507461580be9b9246451ddf617b4 /examples/with-markdown-plugins | |
parent | c9bc700d41334f6306fd05045838251b056b970b (diff) | |
download | astro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.gz astro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.zst astro-6203b57974da75a3933ddfc119e4ab5180d71519.zip |
Version Packages (#2047)astro@0.21.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 | 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 3da23c6c7..1d5472899 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.4", + "astro": "^0.21.5", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |