diff options
author | 2025-04-28 13:26:33 -0700 | |
---|---|---|
committer | 2025-04-28 22:26:33 +0200 | |
commit | 3bdc7af2247d67993a9ad0642a07e4edded780fd (patch) | |
tree | 901b0b2f86cd0f1a7ab88bb5b8f3a36edc01acb6 /examples/framework-multiple | |
parent | b32dffab6e16388c87fb5e8bb423ed02d88586bb (diff) | |
download | astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.gz astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.tar.zst astro-3bdc7af2247d67993a9ad0642a07e4edded780fd.zip |
[ci] release (#13716)astro@5.7.8
Co-authored-by: github-actions[bot] <41898282+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 9f9bbc78a..f8dfc9aef 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.11", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.7", + "astro": "^5.7.8", "preact": "^10.26.5", "react": "^18.3.1", "react-dom": "^18.3.1", |