diff options
author | 2022-05-23 13:26:07 -0400 | |
---|---|---|
committer | 2022-05-23 13:26:07 -0400 | |
commit | 8eec97fdd15018e1eed020982b4ad380c75c010b (patch) | |
tree | b1ca260c7f7a80a1e87439c19729059f00d47c19 /examples/with-markdown-plugins | |
parent | d0720ccfb452cb9b7efea4eb92775c219ddb7271 (diff) | |
download | astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.gz astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.zst astro-8eec97fdd15018e1eed020982b4ad380c75c010b.zip |
[ci] release (#3409)
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 ac3b948cf..8b8ecfc34 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.4", - "astro": "^1.0.0-beta.31", + "astro": "^1.0.0-beta.32", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |