diff options
author | 2022-03-24 17:37:49 -0500 | |
---|---|---|
committer | 2022-03-24 17:37:49 -0500 | |
commit | c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd (patch) | |
tree | b1909bd4a83c5d264a942b662c5daf149dbaa23c /examples/with-markdown-plugins | |
parent | 2db97f10dc50f9498413181b78c477fe8833895b (diff) | |
download | astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.tar.gz astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.tar.zst astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.zip |
[ci] release (next) (#2860)astro@0.25.0-next.3@astrojs/prism@0.4.1-next.0@astrojs/preact@0.0.2-next.1@astrojs/node@0.0.2-next.0@astrojs/markdown-remark@0.7.0-next.1
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 96f19b296..846f6eca3 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.7.0-next.0", - "astro": "^0.25.0-next.2", + "@astrojs/markdown-remark": "^0.7.0-next.1", + "astro": "^0.25.0-next.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |