diff options
author | 2022-01-12 11:30:01 -0500 | |
---|---|---|
committer | 2022-01-12 11:30:01 -0500 | |
commit | 983bf72aa1a4a8eee907324a8301f286e1fb0e1d (patch) | |
tree | 6a0264a8ff02e76ea8b6b21af2874285700e0fbd /examples/with-markdown-plugins | |
parent | d3d2b89159508d47386852cc90fd2adda56480b0 (diff) | |
download | astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.gz astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.zst astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.zip |
[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1
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 334232066..7b334d9b1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |