diff options
author | 2024-02-20 06:48:30 -0800 | |
---|---|---|
committer | 2024-02-20 20:18:30 +0530 | |
commit | 052d3271d4a9f12b88897c57cdfa134cb83c9eee (patch) | |
tree | c6756a0eadc6b1a1f6370f066e582de372e80692 /examples/blog | |
parent | c1671dff22db2f9361c0d42dbf4d5dd6fb0674d0 (diff) | |
download | astro-052d3271d4a9f12b88897c57cdfa134cb83c9eee.tar.gz astro-052d3271d4a9f12b88897c57cdfa134cb83c9eee.tar.zst astro-052d3271d4a9f12b88897c57cdfa134cb83c9eee.zip |
[ci] release (#10131)astro@4.4.1@astrojs/sitemap@3.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index cd34a1db4..bb04d449a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/rss": "^4.0.5", - "@astrojs/sitemap": "^3.0.5", - "astro": "^4.4.0" + "@astrojs/sitemap": "^3.1.0", + "astro": "^4.4.1" } } |