diff options
author | 2023-08-11 08:22:23 -0700 | |
---|---|---|
committer | 2023-08-11 11:22:23 -0400 | |
commit | e1a886530f0c0077b5c94251ab2e9c428d761e7b (patch) | |
tree | 2c156c20b1ad7c66c372eaddb562672bd4591aa0 /examples/blog | |
parent | 718d8f54725565a8c7229f609f3b914beaa3b9a9 (diff) | |
download | astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.gz astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.zst astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.zip |
[ci] release (#8023)create-astro@3.1.13astro@2.10.6@astrojs/vercel@3.8.1@astrojs/node@5.3.3@astrojs/netlify@2.6.0@astrojs/cloudflare@6.8.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 41dbf5e82..82e115e0c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.4", "@astrojs/sitemap": "^2.0.1", - "astro": "^2.10.5" + "astro": "^2.10.6" } } |