diff options
author | 2024-05-27 03:58:19 -0700 | |
---|---|---|
committer | 2024-05-27 06:58:19 -0400 | |
commit | cdf89a16c86172845fb5df5cb79b15f67fa7ca2f (patch) | |
tree | 2d2aae8b252319d33931f473cc6b7cec6a68fc0b /examples/with-markdown-plugins | |
parent | 33902e773a6ef733cd49715c8069a5f5233d382e (diff) | |
download | astro-cdf89a16c86172845fb5df5cb79b15f67fa7ca2f.tar.gz astro-cdf89a16c86172845fb5df5cb79b15f67fa7ca2f.tar.zst astro-cdf89a16c86172845fb5df5cb79b15f67fa7ca2f.zip |
[ci] release (#11140)astro@4.9.2@astrojs/upgrade@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 aff299f20..89bb90017 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.0", - "astro": "^4.9.1", + "astro": "^4.9.2", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |