diff options
author | 2024-07-03 07:10:40 -0700 | |
---|---|---|
committer | 2024-07-03 10:10:40 -0400 | |
commit | 571e184d5a883772f9d8f16369c3b2be4d4e437f (patch) | |
tree | a7b3edc9afcd86c3d11680bb0c2ec952f60695e9 /examples/with-markdown-plugins/package.json | |
parent | d958e085769fe04f2a396cc695208ea5f7afbabc (diff) | |
download | astro-571e184d5a883772f9d8f16369c3b2be4d4e437f.tar.gz astro-571e184d5a883772f9d8f16369c3b2be4d4e437f.tar.zst astro-571e184d5a883772f9d8f16369c3b2be4d4e437f.zip |
[ci] release (#11351)astro@4.11.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins/package.json')
-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 8b55a2d9f..9ffbddcd4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.1.1", - "astro": "^4.11.3", + "astro": "^4.11.4", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |