diff options
author | 2024-05-13 04:29:41 -0700 | |
---|---|---|
committer | 2024-05-13 07:29:41 -0400 | |
commit | 18b78ec881f35e74ba21b45abefe32b8beb0e8b3 (patch) | |
tree | 4a095087114a4da4465980d737ca188fbf1f87bb /examples/blog | |
parent | dec82d5c8dcfc67d8a347368cff7841845ee1948 (diff) | |
download | astro-18b78ec881f35e74ba21b45abefe32b8beb0e8b3.tar.gz astro-18b78ec881f35e74ba21b45abefe32b8beb0e8b3.tar.zst astro-18b78ec881f35e74ba21b45abefe32b8beb0e8b3.zip |
[ci] release (#11019)astro@4.8.3
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 d312a48fc..e2817ee14 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.0.0", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.4", - "astro": "^4.8.2" + "astro": "^4.8.3" } } |