diff options
author | 2024-11-12 16:00:58 -0800 | |
---|---|---|
committer | 2024-11-12 19:00:58 -0500 | |
commit | e723e9e8ea21531b5200b22a14aca333b3a0580d (patch) | |
tree | 9792e0f86dd198b4e1eefca7b673dedb51b9f2f0 /examples/with-mdx/package.json | |
parent | 471e7127a3a92f3008a71aa25a093e5f9b309176 (diff) | |
download | astro-74b45c45bafee0629cc2e69bad6c925a93f32767.tar.gz astro-74b45c45bafee0629cc2e69bad6c925a93f32767.tar.zst astro-74b45c45bafee0629cc2e69bad6c925a93f32767.zip |
[ci] release (#12403)astro@4.16.11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-mdx/package.json')
-rw-r--r-- | examples/with-mdx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index a49d5d129..8f486fb80 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.9", "@astrojs/preact": "^3.5.3", - "astro": "^4.16.10", + "astro": "^4.16.11", "preact": "^10.24.3" } } |