diff options
author | 2021-08-03 15:17:37 -0400 | |
---|---|---|
committer | 2021-08-03 15:17:37 -0400 | |
commit | 57b736211aa2707c674025643175f360ab3de514 (patch) | |
tree | d4149457f72b1e9b2b87bb49bb6fcea60cb0cbc3 /examples/with-markdown-plugins | |
parent | f7e86150e05e777e05f9f3ac0662bbc327d1edf9 (diff) | |
download | astro-57b736211aa2707c674025643175f360ab3de514.tar.gz astro-57b736211aa2707c674025643175f360ab3de514.tar.zst astro-57b736211aa2707c674025643175f360ab3de514.zip |
Version Packages (#999)
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 867690a46..f2d2cc489 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.18.6", + "astro": "^0.18.7", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |