diff options
author | 2022-01-05 16:56:34 -0800 | |
---|---|---|
committer | 2022-01-05 16:56:34 -0800 | |
commit | f80800857e2710a8867efdc2cafa43630642aae6 (patch) | |
tree | d627597bce1c3e6f316cc3cda8a3466cecbb2db0 /examples/with-markdown-plugins | |
parent | 77ef43e66cf701de848a2998af646ee7762497d8 (diff) | |
download | astro-f80800857e2710a8867efdc2cafa43630642aae6.tar.gz astro-f80800857e2710a8867efdc2cafa43630642aae6.tar.zst astro-f80800857e2710a8867efdc2cafa43630642aae6.zip |
[ci] release (#2320)
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 c8f68ee46..6c9236302 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.6", + "astro": "^0.22.7", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |