diff options
author | 2022-05-19 13:35:19 -0400 | |
---|---|---|
committer | 2022-05-19 13:35:19 -0400 | |
commit | 4dfd34192815c3b5ea8fb1eae56615f65bc20d45 (patch) | |
tree | d587c434ab613acc8acb7a35d7b3da06d4723c5a /examples/with-markdown-plugins | |
parent | a35c89d2acdb53ab5787f7b05868981d955f99cf (diff) | |
download | astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.gz astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.zst astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.zip |
[ci] release (#3405)astro@1.0.0-beta.31
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 6b874b4d9..ac3b948cf 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.30", + "astro": "^1.0.0-beta.31", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |