diff options
author | 2021-07-01 16:30:52 -0400 | |
---|---|---|
committer | 2021-07-01 16:30:52 -0400 | |
commit | 2ab625bee86f752ca963a572ee28b93cd94e8643 (patch) | |
tree | 107c1e01a568c644c200135815f67824ae00d92a /examples/with-markdown-plugins | |
parent | 2d3e369da70fd4132430de4747f883a9d5f30c7b (diff) | |
download | astro-2ab625bee86f752ca963a572ee28b93cd94e8643.tar.gz astro-2ab625bee86f752ca963a572ee28b93cd94e8643.tar.zst astro-2ab625bee86f752ca963a572ee28b93cd94e8643.zip |
Version Packages (#602)
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 3f73a0c3b..40bb9e6a0 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.0", + "astro": "^0.16.1", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |