summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-06 08:02:22 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-06 11:02:22 -0400
commit48d53094cdbbcd4363d6c77aac13161c5cde5064 (patch)
tree5ef23b05dc153f4a2944e4ca8c2536d3f3d6934e /examples/with-mdx
parent97fbe938a9b07d52d61011da4bd5a8b5ad85a700 (diff)
downloadastro-ac18cabea3428f2d9da854b44268dee3d954881d.tar.gz
astro-ac18cabea3428f2d9da854b44268dee3d954881d.tar.zst
astro-ac18cabea3428f2d9da854b44268dee3d954881d.zip
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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 25b387a71..7811abe11 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.0.1",
- "@astrojs/preact": "^3.3.0",
- "astro": "^4.9.3",
+ "@astrojs/mdx": "^3.1.0",
+ "@astrojs/preact": "^3.4.0",
+ "astro": "^4.10.0",
"preact": "^10.22.0"
}
}