diff options
author | 2021-07-07 16:36:13 -0500 | |
---|---|---|
committer | 2021-07-07 16:36:13 -0500 | |
commit | 97d5a2ba187a7e6b61d849226daf4cbd03485782 (patch) | |
tree | 441c3b66ce6fee8148423145616f4cf4fdb2c2b5 /examples/with-markdown-plugins | |
parent | 8e01a3c463cb0f7c9560a693519c2616539207b5 (diff) | |
download | astro-97d5a2ba187a7e6b61d849226daf4cbd03485782.tar.gz astro-97d5a2ba187a7e6b61d849226daf4cbd03485782.tar.zst astro-97d5a2ba187a7e6b61d849226daf4cbd03485782.zip |
Version Packages (#622)
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 40bb9e6a0..31a44f968 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.16.1", + "astro": "^0.16.2", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |