diff options
author | 2024-03-20 08:16:06 -0700 | |
---|---|---|
committer | 2024-03-20 20:46:06 +0530 | |
commit | fdceed58894f34c81db46b104da662daf0807cb4 (patch) | |
tree | 8d4669374f37f064c2291122200dfc396f25eced /examples/with-markdown-plugins | |
parent | 4adcda0e25adfa296afe3ee00758dad9a1415810 (diff) | |
download | astro-fdceed58894f34c81db46b104da662daf0807cb4.tar.gz astro-fdceed58894f34c81db46b104da662daf0807cb4.tar.zst astro-fdceed58894f34c81db46b104da662daf0807cb4.zip |
[ci] release (#10503)astro@4.5.8@astrojs/vercel@7.4.0@astrojs/mdx@2.2.1@astrojs/markdown-remark@4.3.1@astrojs/db@0.9.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 a6c13db32..f18cc3d21 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^4.3.0", - "astro": "^4.5.7", + "@astrojs/markdown-remark": "^4.3.1", + "astro": "^4.5.8", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |