diff options
author | 2023-06-29 02:14:24 -0700 | |
---|---|---|
committer | 2023-06-29 17:14:24 +0800 | |
commit | 56f1b1229cf629a42a88d429f2a5fc6378613017 (patch) | |
tree | edad4ce4e400c6d855921a9b2731c7a4fbb566b8 /examples/with-markdown-plugins | |
parent | 40029e1af400354ae726526a975573e37f5ac187 (diff) | |
download | astro-56f1b1229cf629a42a88d429f2a5fc6378613017.tar.gz astro-56f1b1229cf629a42a88d429f2a5fc6378613017.tar.zst astro-56f1b1229cf629a42a88d429f2a5fc6378613017.zip |
[ci] release (#7496)astro@2.7.2@astrojs/markdoc@0.4.0
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 96d5c37f3..5d3856fee 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.1", + "astro": "^2.7.2", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |