diff options
author | 2024-02-22 08:17:25 -0800 | |
---|---|---|
committer | 2024-02-22 11:17:25 -0500 | |
commit | 0b4e5298d23e3a4e61f89b8710e574f13bcb9257 (patch) | |
tree | 850f1d4006dd896df2394c5046aea92e60cd3829 /examples/with-markdown-plugins | |
parent | c32f0c1ab656fe2e87cd331eaec48a39c12a4f19 (diff) | |
download | astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.gz astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.zst astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.zip |
[ci] release (#10192)astro@4.4.3@astrojs/vercel@7.3.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 df7b6fa9b..f292f2f69 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.2.1", - "astro": "^4.4.2", + "astro": "^4.4.3", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |