diff options
author | 2022-03-25 18:03:58 -0500 | |
---|---|---|
committer | 2022-03-25 18:03:58 -0500 | |
commit | 779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0 (patch) | |
tree | a1b33db179e52c40aa89e466fc3a682d4abeb1e1 /examples/framework-multiple | |
parent | a0d67b1d252a7ecbebb3d39a24ec11d723f6303e (diff) | |
download | astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.tar.gz astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.tar.zst astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.zip |
[ci] release (#2892)astro@0.25.1@astrojs/solid-js@0.0.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 45837eabf..f0c52d31a 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,10 +12,10 @@ "@astrojs/lit": "^0.0.2", "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.0.2", - "@astrojs/solid-js": "^0.0.2", + "@astrojs/solid-js": "^0.0.3", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^0.25.0" + "astro": "^0.25.1" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |