diff options
author | 2021-08-26 15:20:38 -0400 | |
---|---|---|
committer | 2021-08-26 15:20:38 -0400 | |
commit | 84c18d3030c98b2770144a8a27d1cca7bbfedc1d (patch) | |
tree | 3dd1f542233b8ee978b1ab2f0c404ab97bd00661 /examples/with-markdown-plugins | |
parent | 59cc62f7bd53dbcb6ad8051fa501b7b797614178 (diff) | |
download | astro-84c18d3030c98b2770144a8a27d1cca7bbfedc1d.tar.gz astro-84c18d3030c98b2770144a8a27d1cca7bbfedc1d.tar.zst astro-84c18d3030c98b2770144a8a27d1cca7bbfedc1d.zip |
Version Packages (#1239)astro@0.20.1
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 deaba2ed2..ba3b2e7a9 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.0", + "astro": "^0.20.1", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |