diff options
author | 2024-12-19 04:23:46 -0800 | |
---|---|---|
committer | 2024-12-19 12:23:46 +0000 | |
commit | 3f557b2e3268d385454e505c1eebe52b180118a4 (patch) | |
tree | 131c7b16f71954841c0684ec516977e6c91da959 /examples/framework-multiple | |
parent | e56af4a3d7039673658e4a014158969ea5076e32 (diff) | |
download | astro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.gz astro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.zst astro-3f557b2e3268d385454e505c1eebe52b180118a4.zip |
[ci] release (#12762)astro@5.1.0
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 fe6c69e12..38a8b1b75 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.9", + "astro": "^5.1.0", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", |