summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-23 12:50:11 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-23 14:50:11 -0600
commita848a723f65b7feed31da7b89da4444e9331b221 (patch)
tree7f27b9d198484e02ca743708e26b46dbde157660 /examples/blog
parentde3d79e06b6914c394ba3703a7611dcf44e13814 (diff)
downloadastro-a848a723f65b7feed31da7b89da4444e9331b221.tar.gz
astro-a848a723f65b7feed31da7b89da4444e9331b221.tar.zst
astro-a848a723f65b7feed31da7b89da4444e9331b221.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 571e89d28..ea62346c0 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.14",
- "@astrojs/mdx": "^0.17.0",
+ "astro": "^2.0.15",
+ "@astrojs/mdx": "^0.17.2",
"@astrojs/rss": "^2.1.1",
- "@astrojs/sitemap": "^1.0.1"
+ "@astrojs/sitemap": "^1.1.0"
}
}