diff options
author | 2023-08-25 11:10:30 -0700 | |
---|---|---|
committer | 2023-08-25 14:10:30 -0400 | |
commit | 23096dbee836d4e5206a9e6d4b9fe2544a633ac9 (patch) | |
tree | b139248076dc901d831e612df2c118840ebd29af /examples/with-markdown-plugins | |
parent | a824863ab1c451f4068eac54f28dd240573e1cba (diff) | |
download | astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.tar.gz astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.tar.zst astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.zip |
[ci] release (rc) (#8233)astro@3.0.0-rc.7
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 1773999ea..118d5b9c4 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.6", + "astro": "^3.0.0-rc.7", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |