summaryrefslogtreecommitdiff
path: root/examples/with-mdx
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-11 16:50:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-11 16:50:59 -0700
commitbb3d7d4f39c9d7142ffc31e5ec82a94044d6738f (patch)
tree21f77cfddd39b28ee972e74b159dd16846fc9e0c /examples/with-mdx
parent5b1facfe291b998c0c6814293b18df211a8f3cd3 (diff)
downloadastro-@astrojs/prefetch@0.0.7.tar.gz
astro-@astrojs/prefetch@0.0.7.tar.zst
astro-@astrojs/prefetch@0.0.7.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 c0107b1cf..18ea08764 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/mdx": "^0.8.2",
- "@astrojs/preact": "^1.0.1",
- "astro": "^1.0.2",
+ "@astrojs/mdx": "^0.8.3",
+ "@astrojs/preact": "^1.0.2",
+ "astro": "^1.0.3",
"preact": "^10.6.5"
}
}