diff options
author | 2021-09-01 15:58:14 -0400 | |
---|---|---|
committer | 2021-09-01 15:58:14 -0400 | |
commit | a923268da2f5ada2f0c02b5bf339daf4a41afa0a (patch) | |
tree | 5858e43042bd9987ed24ffd9fb4fc970a8702ee9 /examples/with-markdown-plugins | |
parent | 231964f084ba1f553d3a6455ea6e034cdf3d00c3 (diff) | |
download | astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.tar.gz astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.tar.zst astro-a923268da2f5ada2f0c02b5bf339daf4a41afa0a.zip |
Version Packages (#1271)create-astro@0.6.2astro@0.20.4
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 f3f3cb4c0..5145f9922 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.3", + "astro": "^0.20.4", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |