diff options
author | 2023-09-06 14:35:56 -0700 | |
---|---|---|
committer | 2023-09-06 16:35:56 -0500 | |
commit | 88c76a9a424722b527f7b6f463f8ccf6d9c1622f (patch) | |
tree | 55ef6852fe26021186b4f0acbf4882d8e90947ae /examples/with-markdown-plugins | |
parent | 0b8fbe20629fb0849bb94c2fb92dba193b96fbd7 (diff) | |
download | astro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.tar.gz astro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.tar.zst astro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.zip |
[ci] release (#8439)astro@3.0.10@astrojs/mdx@1.0.2
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 7beb4eb38..b26e87e27 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.0.0", - "astro": "^3.0.9", + "astro": "^3.0.10", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |