diff options
author | 2022-05-30 13:06:41 -0400 | |
---|---|---|
committer | 2022-05-30 13:06:41 -0400 | |
commit | 16345032aaa60c72884fa141e62b3db0ab0c0d5b (patch) | |
tree | a5c293216072fc359ea20313f0f6997018aaca7a /examples/with-markdown-plugins | |
parent | d195f583e36c77e2d225b7d79b5821e15641e742 (diff) | |
download | astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.gz astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.zst astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.zip |
[ci] release (#3479)astro@1.0.0-beta.37
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 dbd3affb6..1c9fe21ee 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.10.1", - "astro": "^1.0.0-beta.36", + "astro": "^1.0.0-beta.37", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |