diff options
author | 2022-04-06 16:40:46 -0500 | |
---|---|---|
committer | 2022-04-06 16:40:46 -0500 | |
commit | 1d0c1d8977871cfaf739cdc1696530fee00fc538 (patch) | |
tree | 6bcf9b2335c7dffc74fe928f496bfbfc4cf0f131 /examples/with-nanostores | |
parent | aa8fb4af51f6b0af17b8d2858d080728b0114f7a (diff) | |
download | astro-@astrojs/solid-js@0.0.4-beta.0.tar.gz astro-@astrojs/solid-js@0.0.4-beta.0.tar.zst astro-@astrojs/solid-js@0.0.4-beta.0.zip |
[ci] release (beta) (#3007)astro@1.0.0-beta.4@astrojs/vercel@0.0.3-beta.0@astrojs/solid-js@0.0.4-beta.0@astrojs/renderer-solid@0.4.1-beta.0@astrojs/partytown@0.1.1-beta.0@astrojs/netlify@0.1.1-beta.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r-- | examples/with-nanostores/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 70314dec2..15800e8b4 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -22,9 +22,9 @@ "devDependencies": { "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.0.3", + "@astrojs/solid-js": "^0.0.4-beta.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } |