diff options
author | 2021-09-28 09:10:41 -0400 | |
---|---|---|
committer | 2021-09-28 09:10:41 -0400 | |
commit | bf6357a233216de0cef5b866ae432f9020ec7e32 (patch) | |
tree | 37b1fdae31b8f1f736d6dc2067fc4af09cc7b6dc /examples/with-markdown-plugins | |
parent | 85249cb11d7ef00a9bf6fe7f48fc46ea70b6084c (diff) | |
download | astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.gz astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.zst astro-bf6357a233216de0cef5b866ae432f9020ec7e32.zip |
Version Packages (#1442)astro@0.20.8
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 7caa728fb..ac5f46488 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.7", + "astro": "^0.20.8", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |