diff options
author | 2022-09-30 16:51:17 -0700 | |
---|---|---|
committer | 2022-09-30 19:51:17 -0400 | |
commit | 5565782d70134f294ed9a9c8ebfe37d5ee47b0c8 (patch) | |
tree | 5c935af35ad3c523269d9a8aeb16a43458807173 /examples/with-markdown-plugins | |
parent | d34894fab4395a75d2c85f7a074524d684291a21 (diff) | |
download | astro-5565782d70134f294ed9a9c8ebfe37d5ee47b0c8.tar.gz astro-5565782d70134f294ed9a9c8ebfe37d5ee47b0c8.tar.zst astro-5565782d70134f294ed9a9c8ebfe37d5ee47b0c8.zip |
[ci] release (#4943)astro@1.4.2
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 4fd67914d..a42a1765c 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.1", + "astro": "^1.4.2", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |