diff options
author | 2024-11-06 06:55:41 -0800 | |
---|---|---|
committer | 2024-11-06 22:55:41 +0800 | |
commit | e10b03e88c22592fbb42d7245b65c4f486ab736d (patch) | |
tree | c174dc493366d877660d22ac83bf91695d5805fb /examples/framework-multiple | |
parent | 4a35c505e4914c723ec0d26cd663e7a1d9a86b00 (diff) | |
download | astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.gz astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.zst astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.zip |
[ci] release (#12369)astro@4.16.10@astrojs/svelte@5.7.3
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index cd6c01559..d742d0609 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,11 +14,11 @@ "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.2", - "@astrojs/svelte": "^5.7.2", + "@astrojs/svelte": "^5.7.3", "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.9", + "astro": "^4.16.10", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", |