diff options
author | 2022-06-02 13:42:18 -0400 | |
---|---|---|
committer | 2022-06-02 13:42:18 -0400 | |
commit | 67ad33debfccc2c6cc873109cfb88e5043c5a98b (patch) | |
tree | f900ae5bfa7b53c414c077d2e160280665cbeabb /examples/blog/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/blog/package.json')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 57510eeae..1fa0c9b1a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.3", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.39" }, "dependencies": { "preact": "^10.7.3" |