summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-31 08:46:15 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-31 16:46:15 +0100
commitddc98eb2add2836aef77541978629dcef6d712d6 (patch)
treebf05a3aeb1d4bb3154cb83489850618efd68b120 /examples/with-mdx
parentff9d69e3443c80059c54f6296d19f66bb068ead3 (diff)
downloadastro-@astrojs/alpinejs@0.4.5.tar.gz
astro-@astrojs/alpinejs@0.4.5.tar.zst
astro-@astrojs/alpinejs@0.4.5.zip
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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 0a1c94ad9..a4d27f8c3 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.2.2",
- "@astrojs/preact": "^4.0.7",
- "astro": "^5.5.5",
+ "@astrojs/mdx": "^4.2.3",
+ "@astrojs/preact": "^4.0.8",
+ "astro": "^5.5.6",
"preact": "^10.26.4"
}
}