diff options
author | 2022-03-09 19:01:26 -0600 | |
---|---|---|
committer | 2022-03-09 19:01:26 -0600 | |
commit | 6ead80db47aa128cb286bea9cfe9ff7635a5f4ac (patch) | |
tree | bdd4b483fae5d27d56330614b20beaccf500447c /examples/with-markdown-plugins | |
parent | 518331f56074d768561114e00f4e5f38d7efaaba (diff) | |
download | astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.gz astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.zst astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.zip |
[ci] release (next) (#2734)
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 6092c7ec3..160214805 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.6.1", - "astro": "^0.24.0-next.0", + "astro": "^0.24.0-next.1", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |