summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-26 05:30:42 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-26 13:30:42 +0000
commit8281ebddaac1bd1355f1d2bc7967ec36b6d61299 (patch)
tree44da7f95add0e467f218f96a65e1e58d604236a1 /examples/blog
parentbd880e8437ea2df16f322f604865c1148a9fd4cf (diff)
downloadastro-8281ebddaac1bd1355f1d2bc7967ec36b6d61299.tar.gz
astro-8281ebddaac1bd1355f1d2bc7967ec36b6d61299.tar.zst
astro-8281ebddaac1bd1355f1d2bc7967ec36b6d61299.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 8a988f43c..b676f067b 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/mdx": "^2.1.0",
- "@astrojs/rss": "^4.0.3",
+ "@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
- "astro": "^4.2.4"
+ "astro": "^4.2.5"
}
}