diff options
author | 2023-07-18 01:14:39 -0700 | |
---|---|---|
committer | 2023-07-18 16:14:39 +0800 | |
commit | d80e5fcf8e35f0756d05b74e930089089f0abf38 (patch) | |
tree | 4e2d420a76b5263950e11dcd2f9482fb9d64b069 /examples/blog | |
parent | d9f41266453652065137aaba8ae4e9a724f19bec (diff) | |
download | astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.tar.gz astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.tar.zst astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.zip |
[ci] release (#7681)astro@2.8.4@astrojs/vercel@3.7.3@astrojs/sitemap@2.0.0@astrojs/cloudflare@6.6.2
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 720b1487c..c5f0a4dc2 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.4.0", - "astro": "^2.8.3" + "@astrojs/sitemap": "^2.0.0", + "astro": "^2.8.4" } } |