diff options
author | 2022-06-27 10:40:35 -0400 | |
---|---|---|
committer | 2022-06-27 10:40:35 -0400 | |
commit | 0ae1365533909b403eddcf77b47895c8e3f5dfb2 (patch) | |
tree | 9677aef066c8e663bd2257312c38f94b11933233 /examples/with-markdown-shiki | |
parent | ab3aa3099b30bd6ee20120e188c252e30bbaaf38 (diff) | |
download | astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.gz astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.zst astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.zip |
[ci] release (#3726)astro@1.0.0-beta.57
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-shiki')
-rw-r--r-- | examples/with-markdown-shiki/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index cb214e252..1e9ad4902 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.56" + "astro": "^1.0.0-beta.57" } } |