diff options
author | 2024-12-16 19:02:50 -0800 | |
---|---|---|
committer | 2024-12-16 22:02:50 -0500 | |
commit | 3ff00a66551c70ebd089309064cf2fad40392e1b (patch) | |
tree | c9fc2843e25132310a780fa6be880db479882f2d /examples/framework-multiple | |
parent | 95795f85dbd85ff29ee2ff4860d018fd4e9bcf8f (diff) | |
download | astro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.gz astro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.zst astro-3ff00a66551c70ebd089309064cf2fad40392e1b.zip |
[ci] release (#12759)astro@5.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e87bd562f..fe6c69e12 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.8", + "astro": "^5.0.9", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", |