diff options
author | 2024-10-07 06:56:30 -0700 | |
---|---|---|
committer | 2024-10-07 15:56:30 +0200 | |
commit | 676b2c66ee5d991bfb8ea85ca466be690cf0e5b9 (patch) | |
tree | 07752133b43edb48ed567cd68c3d2e379fefbe24 /examples/with-markdown-plugins | |
parent | b75758f88389ff77072719e8e35604a5d2e9ad70 (diff) | |
download | astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.gz astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.zst astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.zip |
[ci] release (beta) (#12100)astro@5.0.0-beta.4@astrojs/svelte@6.0.0-beta.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 | 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 b7dcdb855..a3fc9a5f0 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^6.0.0-beta.2", - "astro": "^5.0.0-beta.3", + "astro": "^5.0.0-beta.4", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |