diff options
author | 2024-02-26 07:33:39 -0800 | |
---|---|---|
committer | 2024-02-26 15:33:39 +0000 | |
commit | 6012163d8f015d60cbf40bf17caa792254e9b859 (patch) | |
tree | 8b407b608be40dbdcbcda71a3539f76b95d5e227 /examples/framework-multiple | |
parent | e64bd0740b44aed5cfaf67e5c37a1c56ed4442f4 (diff) | |
download | astro-@astrojs/vercel@7.3.4.tar.gz astro-@astrojs/vercel@7.3.4.tar.zst astro-@astrojs/vercel@7.3.4.zip |
[ci] release (#10218)astro@4.4.5@astrojs/vercel@7.3.4@astrojs/svelte@5.1.0@astrojs/db@0.4.1
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 2ae5df3a5..092074a61 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,9 +14,9 @@ "@astrojs/preact": "^3.1.1", "@astrojs/react": "^3.0.10", "@astrojs/solid-js": "^4.0.1", - "@astrojs/svelte": "^5.0.3", + "@astrojs/svelte": "^5.1.0", "@astrojs/vue": "^4.0.8", - "astro": "^4.4.4", + "astro": "^4.4.5", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |