summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-01 02:04:19 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-01 10:04:19 +0000
commit2561c99598e325bbd5a70a9c08f9f409ec5994fd (patch)
tree7b1f1d40c873c18aba45ca861c207e41ee0b06fc /examples/with-markdown-plugins
parentd702d6ae5052ce25871e70082f37bb553f1c26bd (diff)
downloadastro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.gz
astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.tar.zst
astro-2561c99598e325bbd5a70a9c08f9f409ec5994fd.zip
* [ci] release * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index db5057c19..4d04effc9 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
- "astro": "^4.2.8",
+ "astro": "^4.3.0",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",