diff options
author | 2021-12-30 12:03:19 -0500 | |
---|---|---|
committer | 2021-12-30 12:03:19 -0500 | |
commit | c5a67b42753a64b98142c5f60f2f37c136b8622d (patch) | |
tree | 646a39eb6332032fd88eeb0bcc0e7749932d9f97 /examples/with-markdown-plugins | |
parent | 2e55dc2686b0e2bff2e2ec76c184a17a3d2368c4 (diff) | |
download | astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.tar.gz astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.tar.zst astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.zip |
[ci] release (#2293)astro@0.22.3
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 4d0069c77..584c30c4e 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.2", + "astro": "^0.22.3", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |