diff options
author | 2023-12-01 13:30:02 -0800 | |
---|---|---|
committer | 2023-12-01 16:30:02 -0500 | |
commit | d71e937492cbaa0af7ad3dc7c9e4203e4145ed9b (patch) | |
tree | bdb24754278a55c5e390478805cef726873f4666 /examples/with-markdown-plugins | |
parent | 6686e03a75ab9d9224badf631a65af020587b241 (diff) | |
download | astro-d71e937492cbaa0af7ad3dc7c9e4203e4145ed9b.tar.gz astro-d71e937492cbaa0af7ad3dc7c9e4203e4145ed9b.tar.zst astro-d71e937492cbaa0af7ad3dc7c9e4203e4145ed9b.zip |
[ci] release (beta) (#9272)astro@4.0.0-beta.4
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 ceac72464..5155dee67 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.0.0-beta.0", - "astro": "^4.0.0-beta.3", + "astro": "^4.0.0-beta.4", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |