diff options
author | 2024-07-03 15:03:29 -0700 | |
---|---|---|
committer | 2024-07-03 18:03:29 -0400 | |
commit | 75d118bf7f06f11df05b2337bf615e83c3681d0e (patch) | |
tree | cd2bd590bb41fa5b8e5d9d58d583355a52131dc7 /examples/with-markdown-plugins | |
parent | b9e906f8e75444739aa259b62489d9f5749260b9 (diff) | |
download | astro-75d118bf7f06f11df05b2337bf615e83c3681d0e.tar.gz astro-75d118bf7f06f11df05b2337bf615e83c3681d0e.tar.zst astro-75d118bf7f06f11df05b2337bf615e83c3681d0e.zip |
[ci] release (#11409)astro@4.11.5
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 9ffbddcd4..dc53eb70d 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.4", + "astro": "^4.11.5", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |