diff options
author | 2023-08-31 10:42:22 -0700 | |
---|---|---|
committer | 2023-08-31 13:42:22 -0400 | |
commit | 84427f33c139e6da9d1284a2bb6f420bb23d215c (patch) | |
tree | 21b7a27881a2c603258c1ab961dd7bb8fdfccd23 /examples/framework-multiple | |
parent | d7579f36d7a1930ae53958a4be4b1b2df4416827 (diff) | |
download | astro-84427f33c139e6da9d1284a2bb6f420bb23d215c.tar.gz astro-84427f33c139e6da9d1284a2bb6f420bb23d215c.tar.zst astro-84427f33c139e6da9d1284a2bb6f420bb23d215c.zip |
[ci] release (#8330)astro@3.0.5@astrojs/vercel@4.0.2
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 a39c2a004..8b0b64814 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^3.0.0", "@astrojs/svelte": "^4.0.0", "@astrojs/vue": "^3.0.0", - "astro": "^3.0.4", + "astro": "^3.0.5", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |