diff options
author | 2022-07-12 09:18:13 -0700 | |
---|---|---|
committer | 2022-07-12 12:18:13 -0400 | |
commit | ba67a924cab9a99b358cd9d730b9f618f4db5a7e (patch) | |
tree | 2b7a09fcfe49b61b46ce8d1bf6d1ef1de1522edd /examples/with-markdown-plugins | |
parent | ab232dd10f8d8ae5a3654293a1f1429343990039 (diff) | |
download | astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.gz astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.zst astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.zip |
[ci] release (#3900)
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 3a7535c11..3b7e52400 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.5", - "astro": "^1.0.0-beta.68", + "astro": "^1.0.0-beta.69", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |