diff options
author | 2023-08-30 07:35:16 -0700 | |
---|---|---|
committer | 2023-08-30 10:35:16 -0400 | |
commit | f8c171c94494705c10dbc2fe5175982fa56eaecf (patch) | |
tree | 0a9b68b3301d5e4f1ea9f6dff364b40e86f5d17a /examples/with-mdx | |
parent | ef37f9e290d0e61403261b2a2195f127dc031654 (diff) | |
download | astro@3.0.1.tar.gz astro@3.0.1.tar.zst astro@3.0.1.zip |
[ci] release (#8288)astro@3.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 46c175580..b1e4de80c 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^1.0.0", "@astrojs/preact": "^3.0.0", - "astro": "^3.0.0", + "astro": "^3.0.1", "preact": "^10.17.1" } } |