diff options
author | 2024-08-28 03:51:43 -0700 | |
---|---|---|
committer | 2024-08-28 12:51:43 +0200 | |
commit | 5af8b4f1cb7508d22d994f077948a3b505b1412e (patch) | |
tree | 30e2f92f079b1fb556623b97ad3592f43e175dd8 /examples/with-markdown-plugins | |
parent | a2214cedd0461a2df3ac58d8a4ec5a2912e93f31 (diff) | |
download | astro-@astrojs/preact@3.5.2.tar.gz astro-@astrojs/preact@3.5.2.tar.zst astro-@astrojs/preact@3.5.2.zip |
[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4
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 8caac3249..3ac6539a5 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.14.5", + "astro": "^4.14.6", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |