diff options
author | 2021-12-23 15:34:11 -0500 | |
---|---|---|
committer | 2021-12-23 15:34:11 -0500 | |
commit | 458e57b84f9e8d5f02bb3e184b6d8d8f74fdd660 (patch) | |
tree | 71fd8a0a5aa176a97eb212c596b58329b59f07e4 /examples/with-markdown-plugins | |
parent | 991c30a72a7fdde5857870be7be1482d466dbb07 (diff) | |
download | astro-458e57b84f9e8d5f02bb3e184b6d8d8f74fdd660.tar.gz astro-458e57b84f9e8d5f02bb3e184b6d8d8f74fdd660.tar.zst astro-458e57b84f9e8d5f02bb3e184b6d8d8f74fdd660.zip |
[ci] release (#2264)
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 fcaf8fd0b..064632d16 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.0", + "astro": "^0.22.1", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |