diff options
author | 2023-08-10 06:25:28 -0700 | |
---|---|---|
committer | 2023-08-10 21:25:28 +0800 | |
commit | fc30b8539c2a4b4271b798234f5056eb57ced46c (patch) | |
tree | 4961ce19ed634d08dfc46a41e6e6725d5ffbcbed /examples/with-markdown-plugins | |
parent | 6936c173c0edff5cbebd70b3e71153ef01c7034f (diff) | |
download | astro-fc30b8539c2a4b4271b798234f5056eb57ced46c.tar.gz astro-fc30b8539c2a4b4271b798234f5056eb57ced46c.tar.zst astro-fc30b8539c2a4b4271b798234f5056eb57ced46c.zip |
[ci] release (#8017)astro@2.10.5@astrojs/cloudflare@6.7.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 3d71b0078..793bd355b 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.4", + "astro": "^2.10.5", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |