summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-10 04:21:19 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-10 12:21:19 +0100
commit582f12e1f6f99b54865a0b24d804ee0924f4ef55 (patch)
tree436a14894bd0254acfb1dcf84c00ffbfd556f687 /examples/with-mdx
parentb9e8e96354019c21c8b73585bea74b84b9b092ee (diff)
downloadastro-@astrojs/markdown-remark@5.3.0.tar.gz
astro-@astrojs/markdown-remark@5.3.0.tar.zst
astro-@astrojs/markdown-remark@5.3.0.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 0a7fc9f2e..8bf1ba448 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.7",
+ "@astrojs/mdx": "^3.1.8",
"@astrojs/preact": "^3.5.3",
- "astro": "^4.15.12",
+ "astro": "^4.16.0",
"preact": "^10.24.2"
}
}