summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-30 03:21:41 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-30 11:21:41 +0000
commitf6b7839411233c95af529eb0eee098c24e1d9d80 (patch)
tree88967bbd7760edfc1aba5d552bc91b8602d61aa0 /examples/with-mdx
parent2ab0a61024fa6631c35ee99a31f3c409d21dd95d (diff)
downloadastro-18b4ba3017558527a3e11e2288d03c99a28c76eb.tar.gz
astro-18b4ba3017558527a3e11e2288d03c99a28c76eb.tar.zst
astro-18b4ba3017558527a3e11e2288d03c99a28c76eb.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index f7138195b..107ced545 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.7",
+ "@astrojs/mdx": "^4.0.8",
"@astrojs/preact": "^4.0.3",
- "astro": "^5.1.10",
+ "astro": "^5.2.0",
"preact": "^10.25.4"
}
}