diff options
author | 2025-05-06 09:00:07 -0700 | |
---|---|---|
committer | 2025-05-06 18:00:07 +0200 | |
commit | f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369 (patch) | |
tree | 98d6b82841a79de80dfbea8942a0155f2345a343 /examples/blog | |
parent | bb211af8fd8f32c14c43c326cd89fdd388ba1617 (diff) | |
download | astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.tar.gz astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.tar.zst astro-f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369.zip |
[ci] release (#13737)astro@5.7.11
Co-authored-by: github-actions[bot] <41898282+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 b40d0807a..bd6e803d5 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.2.6", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.3.1", - "astro": "^5.7.10" + "astro": "^5.7.11" } } |