diff options
author | 2023-08-11 11:02:47 -0700 | |
---|---|---|
committer | 2023-08-11 14:02:47 -0400 | |
commit | f39a80c583e9966b81bf5f7d3651a0778a5cf566 (patch) | |
tree | 11eeea25980be999c93fbbdab961edc4fc0eb93a /examples/with-markdown-plugins | |
parent | 06fa76cec6b775c94971f5e09aedbf09072f2efc (diff) | |
download | astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.tar.gz astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.tar.zst astro-f39a80c583e9966b81bf5f7d3651a0778a5cf566.zip |
[ci] release (#8043)astro@2.10.7
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 83b38de52..f749cbcfa 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.10.6", + "astro": "^2.10.7", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |