diff options
author | 2021-08-05 13:42:36 -0700 | |
---|---|---|
committer | 2021-08-05 13:42:36 -0700 | |
commit | 7f14ea6e3805a4931ce15925f4dddc37e1405fde (patch) | |
tree | e792125f9ce47d7e72824a77d49e75d9b5d13d08 /examples/with-markdown-plugins | |
parent | f0737adf2c1e1f084ef6cbaa905331f2f39e108e (diff) | |
download | astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.tar.gz astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.tar.zst astro-7f14ea6e3805a4931ce15925f4dddc37e1405fde.zip |
Version Packages (#1011)
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 f4aaa15d2..a43b3d461 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.8", + "astro": "^0.18.9", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |