diff options
author | 2023-11-14 07:20:35 -0800 | |
---|---|---|
committer | 2023-11-14 23:20:35 +0800 | |
commit | e63aac94ca8aca96a39785a2f5926827ed18c255 (patch) | |
tree | 928132fcf729d5c48a5d54e8f04973485e4f48b0 /examples/with-markdown-plugins | |
parent | 0aee43fc16fae51fae329a7078ddb37c018df6f7 (diff) | |
download | astro-e63aac94ca8aca96a39785a2f5926827ed18c255.tar.gz astro-e63aac94ca8aca96a39785a2f5926827ed18c255.tar.zst astro-e63aac94ca8aca96a39785a2f5926827ed18c255.zip |
[ci] release (#9078)astro@3.5.4@astrojs/mdx@1.1.5@astrojs/markdown-remark@3.5.0@astrojs/markdoc@0.7.2
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index b51a03020..94f2afbc1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^3.4.0", - "astro": "^3.5.3", + "@astrojs/markdown-remark": "^3.5.0", + "astro": "^3.5.4", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |