diff options
author | 2022-01-20 19:23:30 -0500 | |
---|---|---|
committer | 2022-01-20 19:23:30 -0500 | |
commit | 4c802e25a08d53365899808d84bab17b36502bba (patch) | |
tree | 544a3b05dcca4b571fc7d741e0da0e475890842e /examples/with-markdown-plugins | |
parent | f5adc023b2081cf23bfc2d2b963722fde3110730 (diff) | |
download | astro-4c802e25a08d53365899808d84bab17b36502bba.tar.gz astro-4c802e25a08d53365899808d84bab17b36502bba.tar.zst astro-4c802e25a08d53365899808d84bab17b36502bba.zip |
[ci] release (#2433)create-astro@0.7.1astro@0.22.17
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 a368707f9..4bc16d4a0 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.16", + "astro": "^0.22.17", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |