diff options
author | 2022-01-27 11:40:08 -0500 | |
---|---|---|
committer | 2022-01-27 11:40:08 -0500 | |
commit | 10db1ca75e28a893e5148cfa09ef4ae5743dd567 (patch) | |
tree | 6b929842d79ffc0763fe5bba504df6991d7c6854 /examples/with-markdown-plugins | |
parent | 88b377242d933ad6c9c2d8409a6eaca7b3abd42c (diff) | |
download | astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.gz astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.zst astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.zip |
[ci] release (#2454)astro@0.22.19
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 b301d227d..6c0ea79f2 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.18", + "astro": "^0.22.19", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |