summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-18 06:40:49 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-18 13:40:49 +0000
commitc64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9 (patch)
tree3350b31988536a98c17480fbdf43777025c927c7 /examples/with-mdx
parent9a7dcdec3a4373d1fadbf4828a62a677d82332f6 (diff)
downloadastro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.tar.gz
astro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.tar.zst
astro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.zip
[ci] release (#13427)
Co-authored-by: github-actions[bot] <41898282+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 80cd3a139..aae26aec1 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.2.0",
+ "@astrojs/mdx": "^4.2.1",
"@astrojs/preact": "^4.0.5",
- "astro": "^5.5.2",
+ "astro": "^5.6.0",
"preact": "^10.26.4"
}
}