diff options
author | 2022-06-24 16:05:02 -0400 | |
---|---|---|
committer | 2022-06-24 16:05:02 -0400 | |
commit | 67b5aa4ca48b7dc3441cb83cbbf598affe5b640f (patch) | |
tree | c680a4ef8a88356eadeae1df2643f0379af50b89 /examples/integrations-playground | |
parent | 47c81effa69fb5d7f1e576f88c27d5071f1888e3 (diff) | |
download | astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.gz astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.tar.zst astro-67b5aa4ca48b7dc3441cb83cbbf598affe5b640f.zip |
[ci] release (#3701)astro@1.0.0-beta.55@astrojs/cloudflare@0.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index c58571797..d0d8bf2d0 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.2.0", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.54", + "astro": "^1.0.0-beta.55", "solid-js": "^1.4.3" }, "dependencies": { |