summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-26 14:24:02 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-26 17:24:02 -0400
commitbb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch)
treec577387365fd88322290d6555b8e9d79c61346a1 /examples/blog
parent348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff)
downloadastro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.tar.gz
astro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.tar.zst
astro-bb7707e1715fc3f496e4c3f07834221c8da62ff6.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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index a7e2b9813..5ad1cb3c9 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^2.2.1",
+ "@astrojs/mdx": "^2.2.2",
"@astrojs/rss": "^4.0.5",
- "@astrojs/sitemap": "^3.1.1",
- "astro": "^4.5.9"
+ "@astrojs/sitemap": "^3.1.2",
+ "astro": "^4.5.10"
}
}