diff options
author | 2021-07-01 15:06:18 -0500 | |
---|---|---|
committer | 2021-07-01 15:06:18 -0500 | |
commit | 816797e350c452882fdbe1b8ed845cd74ef6cd44 (patch) | |
tree | 138ab2a81cb995c45f1284a02e167420a63d41f3 /examples/with-markdown-plugins | |
parent | 4b89f4ed080dd0f1efed0d35311af543de1f9c60 (diff) | |
download | astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.gz astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.tar.zst astro-816797e350c452882fdbe1b8ed845cd74ef6cd44.zip |
Version Packages (#597)
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 f37b72225..3f73a0c3b 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.15.0", + "astro": "^0.16.0", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |