diff options
author | 2023-10-02 01:34:57 -0700 | |
---|---|---|
committer | 2023-10-02 16:34:57 +0800 | |
commit | a067c2a2c7fee6786e9cc8c50bc9aae645750f76 (patch) | |
tree | f68e8a968d67037c9fee530f08ba0a09fafc391f /examples/with-markdown-plugins | |
parent | 0b22bb9af45d888d2a6de563ffdc3b8ad1bc0731 (diff) | |
download | astro-a067c2a2c7fee6786e9cc8c50bc9aae645750f76.tar.gz astro-a067c2a2c7fee6786e9cc8c50bc9aae645750f76.tar.zst astro-a067c2a2c7fee6786e9cc8c50bc9aae645750f76.zip |
[ci] release (#8699)astro@3.2.1@astrojs/node@6.0.2@astrojs/cloudflare@7.4.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 c347f223f..64f258fa7 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.2.0", + "astro": "^3.2.1", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |