diff options
author | 2022-01-14 14:40:12 -0500 | |
---|---|---|
committer | 2022-01-14 14:40:12 -0500 | |
commit | f5ce6edb5b2c92766470562fa633a73b0d546bab (patch) | |
tree | c9ed73346d8c0329a952a6370b362d4f3d74c23b /examples/with-markdown-plugins | |
parent | bd931a0a1454a7b18e87a32ca0e6b5edcb4a9ad3 (diff) | |
download | astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.tar.gz astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.tar.zst astro-f5ce6edb5b2c92766470562fa633a73b0d546bab.zip |
[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1
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 39fd6043d..ca8deaa92 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.11", + "astro": "^0.22.12", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |