diff options
author | 2022-04-19 22:45:07 -0700 | |
---|---|---|
committer | 2022-04-19 22:45:07 -0700 | |
commit | fce98d5552dfc70b43c258dd057b651d1c481d84 (patch) | |
tree | 46906529129da49200855877ab16e8d53a7ff364 /examples/framework-multiple | |
parent | 0c6bbee4c95b50e5bd43675296511fbb5b985014 (diff) | |
download | astro-fce98d5552dfc70b43c258dd057b651d1c481d84.tar.gz astro-fce98d5552dfc70b43c258dd057b651d1c481d84.tar.zst astro-fce98d5552dfc70b43c258dd057b651d1c481d84.zip |
[ci] release (#3151)astro@1.0.0-beta.14@astrojs/vue@0.1.3@astrojs/vercel@0.1.3@astrojs/solid-js@0.1.2@astrojs/markdown-remark@0.9.2@astrojs/deno@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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6ef7419ce..18ecb178d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,10 +12,10 @@ "@astrojs/lit": "^0.1.1", "@astrojs/preact": "^0.1.1", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.1.1", + "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", - "@astrojs/vue": "^0.1.2", - "astro": "^1.0.0-beta.13" + "@astrojs/vue": "^0.1.3", + "astro": "^1.0.0-beta.14" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |