diff options
author | 2023-12-04 10:03:41 -0800 | |
---|---|---|
committer | 2023-12-04 13:03:41 -0500 | |
commit | 8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e (patch) | |
tree | f04c66466f325e8c335f7cd36a36a678eec5680b /examples/with-markdown-plugins | |
parent | 9887f241241f800e2907afe7079db070f3bfcfab (diff) | |
download | astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.tar.gz astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.tar.zst astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.zip |
[ci] release (beta) (#9280)astro@4.0.0-beta.5
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 5155dee67..379d44bd2 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.4", + "astro": "^4.0.0-beta.5", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |