diff options
author | 2022-06-02 15:31:44 -0400 | |
---|---|---|
committer | 2022-06-02 15:31:44 -0400 | |
commit | a74cf98002a23aa7de0e383f49ef4170f951e99f (patch) | |
tree | 7c4974b08e7b15158a6d95b81468b5ef23c6c150 /examples/with-markdown-plugins | |
parent | 88cd7525be0be0394e508c96a9cc68339f353e28 (diff) | |
download | astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.tar.gz astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.tar.zst astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.zip |
[ci] release (#3509)astro@1.0.0-beta.40@astrojs/netlify@0.4.2@astrojs/deno@0.1.4
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 5651d8081..a8565cf37 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.2", - "astro": "^1.0.0-beta.39", + "astro": "^1.0.0-beta.40", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |