diff options
author | 2023-12-14 06:01:03 -0800 | |
---|---|---|
committer | 2023-12-14 09:01:03 -0500 | |
commit | 242fd71a6a98512586d06adafd57446cb46e5370 (patch) | |
tree | c9bf0560d1f267145cb5e6b77d2ca1f529369e04 /examples/blog/package.json | |
parent | d2340058aab30c91be4161e24bd3a1d70e58a205 (diff) | |
download | astro-@astrojs/vercel@6.1.0.tar.gz astro-@astrojs/vercel@6.1.0.tar.zst astro-@astrojs/vercel@6.1.0.zip |
[ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog/package.json')
-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 45e444846..0887b7980 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^2.0.1", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", - "astro": "^4.0.4" + "astro": "^4.0.5" } } |