diff options
author | 2022-06-02 13:42:18 -0400 | |
---|---|---|
committer | 2022-06-02 13:42:18 -0400 | |
commit | 67ad33debfccc2c6cc873109cfb88e5043c5a98b (patch) | |
tree | f900ae5bfa7b53c414c077d2e160280665cbeabb /examples/ssr/package.json | |
parent | b6b045c3f15434f6875961dcb4a054797374908a (diff) | |
download | astro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.tar.gz astro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.tar.zst astro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.zip |
[ci] release (#3488)astro@1.0.0-beta.39@astrojs/solid-js@0.1.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index ff8f1a8f2..07de723b9 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.2", "@astrojs/svelte": "^0.1.4", - "astro": "^1.0.0-beta.38", + "astro": "^1.0.0-beta.39", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |