diff options
author | 2023-08-29 11:18:54 -0700 | |
---|---|---|
committer | 2023-08-29 14:18:54 -0400 | |
commit | 834a00d2d38edaa62bc384af3075edbb0e0b8138 (patch) | |
tree | 59a3686b5d630149a060dd6f0e7655e1c30c856d /examples/with-markdown-plugins | |
parent | e7f872e91e852b901cf221a5151077dec64305bf (diff) | |
download | astro-834a00d2d38edaa62bc384af3075edbb0e0b8138.tar.gz astro-834a00d2d38edaa62bc384af3075edbb0e0b8138.tar.zst astro-834a00d2d38edaa62bc384af3075edbb0e0b8138.zip |
[ci] release (rc) (#8267)astro@3.0.0-rc.10
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 8b6841398..2539d2459 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.0.0-rc.1", - "astro": "^3.0.0-rc.9", + "astro": "^3.0.0-rc.10", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |