diff options
author | 2022-04-26 16:49:09 -0400 | |
---|---|---|
committer | 2022-04-26 16:49:09 -0400 | |
commit | 8d8433ee50f10d15ebabc1e1f6ca424fe3427219 (patch) | |
tree | 34f88de55e7da65b090341028a375124bb2bd1f2 /examples/framework-multiple | |
parent | f0f938ce7db54ad55b060cb90204ecab8424dc37 (diff) | |
download | astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.gz astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.zst astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.zip |
[ci] release (#3182)create-astro@0.10.0astro@1.0.0-beta.18@astrojs/vercel@0.1.4@astrojs/tailwind@0.2.1@astrojs/svelte@0.1.2@astrojs/netlify@0.3.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 7456f35e6..fbb64ef62 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,9 +13,9 @@ "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", - "@astrojs/svelte": "^0.1.1", + "@astrojs/svelte": "^0.1.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.17" + "astro": "^1.0.0-beta.18" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |