diff options
author | 2023-06-27 05:42:46 -0700 | |
---|---|---|
committer | 2023-06-27 08:42:46 -0400 | |
commit | da56a005d92517e6e86b3a1c378a534e001a3aa4 (patch) | |
tree | 71f4e07aadae278411443cad95299c9ba6a1e821 /examples/framework-multiple | |
parent | 275d0d1683353eb53bc6ed9ee7f67c657aecffa4 (diff) | |
download | astro-da56a005d92517e6e86b3a1c378a534e001a3aa4.tar.gz astro-da56a005d92517e6e86b3a1c378a534e001a3aa4.tar.zst astro-da56a005d92517e6e86b3a1c378a534e001a3aa4.zip |
[ci] release (#7449)astro@2.7.1@astrojs/vercel@3.5.1@astrojs/svelte@3.1.0@astrojs/internal-helpers@0.1.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 dcb8e76b6..50fef0c3d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,9 +14,9 @@ "@astrojs/preact": "^2.2.1", "@astrojs/react": "^2.2.1", "@astrojs/solid-js": "^2.2.0", - "@astrojs/svelte": "^3.0.0", + "@astrojs/svelte": "^3.1.0", "@astrojs/vue": "^2.2.1", - "astro": "^2.7.0", + "astro": "^2.7.1", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", |