diff options
author | 2022-03-18 18:20:21 -0500 | |
---|---|---|
committer | 2022-03-18 18:20:21 -0500 | |
commit | b5a8418f8274f516a7bae179ff9b9b5e1cda2737 (patch) | |
tree | 08d3cd6da1bfb77762046034c2ef49aed58f865b /examples/with-markdown-plugins | |
parent | 7954541291a3dd7adbc1d5610e0c2e615d3dde46 (diff) | |
download | astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.tar.gz astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.tar.zst astro-b5a8418f8274f516a7bae179ff9b9b5e1cda2737.zip |
[ci] release (next) (#2812)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index dd858364e..1aef72672 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.6.4", - "astro": "^0.24.3", + "@astrojs/markdown-remark": "^0.7.0-next.0", + "astro": "^0.25.0-next.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |