diff options
author | 2021-11-22 10:27:46 -0500 | |
---|---|---|
committer | 2021-11-22 10:27:46 -0500 | |
commit | 63df5fbf23c36a86d49f07b82aa2b59397d52f0e (patch) | |
tree | b3676fd48d9eea74a2642e003a53a603b3c7a414 /examples/with-markdown-plugins | |
parent | 17954a863489889e9cb2ec7bf0a1af38f9302abb (diff) | |
download | astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.gz astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.zst astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.zip |
Version Packages (#1967)astro@0.21.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 59c4ea35b..995f8f9f5 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.21.0", + "astro": "^0.21.1", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", |