diff options
author | 2023-07-06 08:16:08 -0700 | |
---|---|---|
committer | 2023-07-06 23:16:08 +0800 | |
commit | f224078a65c3ff4cd0ba88206772b0dcbcd29c24 (patch) | |
tree | 076c5a57c37ae43952f4559279fb734d8a212ce3 /examples/with-markdown-plugins | |
parent | a0a1ca3e58d98a38cfc84cc03cd09ce2c508911f (diff) | |
download | astro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.tar.gz astro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.tar.zst astro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.zip |
[ci] release (#7578)create-astro@3.1.10astro@2.8.0@astrojs/vercel@3.7.0@astrojs/markdoc@0.4.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 4046bc908..e1b85c1f4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^2.2.1", - "astro": "^2.7.4", + "astro": "^2.8.0", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |