diff options
author | 2021-10-12 13:27:06 -0400 | |
---|---|---|
committer | 2021-10-12 13:27:06 -0400 | |
commit | 5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53 (patch) | |
tree | 68b280d212e754c6bf67196fc75b95ee0729d51d /examples/with-markdown-plugins | |
parent | d59b65739541ef013f58930e628681b0b7b04e00 (diff) | |
download | astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.tar.gz astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.tar.zst astro-5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53.zip |
Version Packages (#1537)astro@0.20.11
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 3de72390f..d517fab74 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.20.10", + "astro": "^0.20.11", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |