diff options
author | 2022-04-27 16:23:53 -0400 | |
---|---|---|
committer | 2022-04-27 16:23:53 -0400 | |
commit | 79378523957462705ca4a32f69c14aacb1a8244b (patch) | |
tree | 55e66ef3f369538061aa3630f88bc97f55edb9a4 /examples/with-markdown-plugins | |
parent | 3d6e382b583646f047836b703a867c3b29ac91b2 (diff) | |
download | astro-d7f89a9e06c718d3fc1b8dd33e10c2eed6b1fbfc.tar.gz astro-d7f89a9e06c718d3fc1b8dd33e10c2eed6b1fbfc.tar.zst astro-d7f89a9e06c718d3fc1b8dd33e10c2eed6b1fbfc.zip |
[ci] release (#3215)create-astro@0.10.1astro@1.0.0-beta.19
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 90ca6c987..5b06d4672 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.2", - "astro": "^1.0.0-beta.18", + "astro": "^1.0.0-beta.19", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |