diff options
author | 2023-07-14 14:16:31 -0700 | |
---|---|---|
committer | 2023-07-14 16:16:31 -0500 | |
commit | dc7ab8af65b837690f4b14b08c3c6fe107f797c9 (patch) | |
tree | c375846f470ee3a320ca1c5eeee02d7b8e0cb2e1 /examples/blog | |
parent | ea910de61f9bd5c082914b5c6a7c083dff5e02a8 (diff) | |
download | astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.tar.gz astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.tar.zst astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.zip |
[ci] release (#7658)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index ef8f1ebe5..720b1487c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.3", - "@astrojs/sitemap": "^1.3.3", + "@astrojs/sitemap": "^1.4.0", "astro": "^2.8.3" } } |