diff options
author | 2023-11-21 06:52:08 -0800 | |
---|---|---|
committer | 2023-11-21 22:52:08 +0800 | |
commit | d9e72cea399c1426311faa2ac93ce66c89b5e7ac (patch) | |
tree | ceb47addbecdedc88ef7ba206f59752e2e82977e /examples/with-markdown-plugins | |
parent | 7ab5137ba724781e8264a33f69ae65020c6549f0 (diff) | |
download | astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.tar.gz astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.tar.zst astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.zip |
[ci] release (#9116)astro@3.5.6
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 ad51e3f98..6c58110d4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.5.0", - "astro": "^3.5.5", + "astro": "^3.5.6", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |