diff options
author | 2024-02-01 02:04:19 -0800 | |
---|---|---|
committer | 2024-02-01 10:04:19 +0000 | |
commit | 2561c99598e325bbd5a70a9c08f9f409ec5994fd (patch) | |
tree | 7b1f1d40c873c18aba45ca861c207e41ee0b06fc /examples/with-mdx | |
parent | d702d6ae5052ce25871e70082f37bb553f1c26bd (diff) | |
download | astro-@astrojs/node@8.2.0.tar.gz astro-@astrojs/node@8.2.0.tar.zst astro-@astrojs/node@8.2.0.zip |
[ci] release (#9904)astro@4.3.0@astrojs/vercel@7.1.0@astrojs/node@8.2.0
* [ci] release
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/vercel/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/with-mdx')
-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 e62b6636e..9a249bee6 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.8", + "astro": "^4.3.0", "preact": "^10.19.2" } } |