diff options
author | 2021-07-28 14:37:29 -0400 | |
---|---|---|
committer | 2021-07-28 14:37:29 -0400 | |
commit | b4f7888be3d773706f3d598256599d86e696e152 (patch) | |
tree | 826a18b2cb5a582af0bb0542deb5ff16ecded77d /examples/with-markdown-plugins | |
parent | 73c28a36e50768fdc7a328514b970c84b3844e65 (diff) | |
download | astro-b4f7888be3d773706f3d598256599d86e696e152.tar.gz astro-b4f7888be3d773706f3d598256599d86e696e152.tar.zst astro-b4f7888be3d773706f3d598256599d86e696e152.zip |
Version Packages (#912)
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 8d2d92c26..5b6ccef54 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.1", + "astro": "^0.18.2", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |