summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-14 09:44:09 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-14 12:44:09 -0400
commitfca6892f8d6a30ceb1e04213be2414dd4cb4d389 (patch)
tree3c43b4b72102656a06e1585df030438cfd4cb467 /examples/blog
parent8376f24b47fe3a740125b72f8050907718a672ad (diff)
downloadastro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.tar.gz
astro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.tar.zst
astro-fca6892f8d6a30ceb1e04213be2414dd4cb4d389.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 1433b582e..ef2a4c143 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.0.3",
+ "@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
- "astro": "^3.0.13"
+ "astro": "^3.1.0"
}
}