diff options
author | 2021-08-19 18:03:07 -0600 | |
---|---|---|
committer | 2021-08-19 18:03:07 -0600 | |
commit | 0c314791c4d19c923f94d61de5858afc9732c00e (patch) | |
tree | d06db49d74435569732524dd604002a259be21d6 /examples/with-markdown-plugins | |
parent | cdbe2e486d56eeeae7a11f51837faa8aaa955d8e (diff) | |
download | astro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.gz astro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.zst astro-0c314791c4d19c923f94d61de5858afc9732c00e.zip |
Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.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 209bb14d6..46f4ba307 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0", + "astro": "^0.19.1", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |