diff options
author | 2023-09-28 11:12:22 -0700 | |
---|---|---|
committer | 2023-09-28 14:12:22 -0400 | |
commit | 2d33b9362d43a0a13e200971952f91eaba8cced6 (patch) | |
tree | 13d33b1baf5f087c01102ba824e1668d478fc36e /examples/with-markdown-plugins | |
parent | 2167ffd72f58904f449ffc6e53581a2d8faf7317 (diff) | |
download | astro-2d33b9362d43a0a13e200971952f91eaba8cced6.tar.gz astro-2d33b9362d43a0a13e200971952f91eaba8cced6.tar.zst astro-2d33b9362d43a0a13e200971952f91eaba8cced6.zip |
[ci] release (#8695)astro@3.2.0@astrojs/cloudflare@7.3.1
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 57ec0a69f..c347f223f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.2.0", - "astro": "^3.1.4", + "astro": "^3.2.0", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |