diff options
author | 2021-07-21 18:12:11 -0500 | |
---|---|---|
committer | 2021-07-21 18:12:11 -0500 | |
commit | 8f17217e02eec6cb209aac12e95bc1c248d3d259 (patch) | |
tree | 9ba595cd09bf4406e26cac34b202642194914b6c /examples/with-markdown-plugins | |
parent | 561cbee68f1e4e2a85d5379129bba82fea5138a1 (diff) | |
download | astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.gz astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.zst astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.zip |
Version Packages (next) (#796)
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 4be94e59e..776d3017a 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.0-next.2", + "astro": "^0.18.0-next.3", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", |