diff options
author | 2023-09-28 10:14:13 -0700 | |
---|---|---|
committer | 2023-09-28 13:14:13 -0400 | |
commit | eada8ab8fa0d291586f30c010edaa56905351064 (patch) | |
tree | 92bb17c13272caa05fb67606ce507609dc2d3f1a /examples/with-markdown-plugins | |
parent | 3c93476078f119ab5b2746ae4a09f3caf5297363 (diff) | |
download | astro-eada8ab8fa0d291586f30c010edaa56905351064.tar.gz astro-eada8ab8fa0d291586f30c010edaa56905351064.tar.zst astro-eada8ab8fa0d291586f30c010edaa56905351064.zip |
[ci] release (#8671)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
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", |