diff options
author | 2022-06-21 11:50:06 -0400 | |
---|---|---|
committer | 2022-06-21 11:50:06 -0400 | |
commit | e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f (patch) | |
tree | ad8990dac8dca551ca69ca2fbd134838fea5f590 /examples/with-markdown-plugins | |
parent | 2ff11df438a6a901e72d1f1979c79deb0ad199f2 (diff) | |
download | astro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.tar.gz astro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.tar.zst astro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.zip |
[ci] release (#3662)astro@1.0.0-beta.49@astrojs/sitemap@0.2.1
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 af1b6c43c..0b1f8aa7f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.48", + "astro": "^1.0.0-beta.49", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |