diff options
author | 2023-10-18 05:31:13 -0700 | |
---|---|---|
committer | 2023-10-18 13:31:13 +0100 | |
commit | c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566 (patch) | |
tree | bfa7d812ec5024d84bd266803ae60e45b66bfbb7 /examples/blog | |
parent | edc467d3b0c341ed60728fd80be36ea1fe335050 (diff) | |
download | astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.gz astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.tar.zst astro-c6e0d8e1cdf58e4cc797e86fb3cc4494e2111566.zip |
[ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.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 dd9b0555e..c961ccee9 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^1.1.2", "@astrojs/rss": "^3.0.0", - "@astrojs/sitemap": "^3.0.1", - "astro": "^3.3.1" + "@astrojs/sitemap": "^3.0.2", + "astro": "^3.3.2" } } |