diff options
author | 2021-09-09 10:57:16 -0700 | |
---|---|---|
committer | 2021-09-09 10:57:16 -0700 | |
commit | 2847ff538280c97df2992dae72af20f19b083b67 (patch) | |
tree | 7589fabfd7c3b133ca428f51ff09de3b3eba8960 /examples/with-markdown-plugins | |
parent | b03f8771020f0784472d5d8898dcd360e8e13f45 (diff) | |
download | astro-2847ff538280c97df2992dae72af20f19b083b67.tar.gz astro-2847ff538280c97df2992dae72af20f19b083b67.tar.zst astro-2847ff538280c97df2992dae72af20f19b083b67.zip |
Version Packages (#1344)
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 5145f9922..e1da3c821 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.4", + "astro": "^0.20.5", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |