diff options
author | 2022-06-27 10:40:35 -0400 | |
---|---|---|
committer | 2022-06-27 10:40:35 -0400 | |
commit | 0ae1365533909b403eddcf77b47895c8e3f5dfb2 (patch) | |
tree | 9677aef066c8e663bd2257312c38f94b11933233 /examples/integrations-playground | |
parent | ab3aa3099b30bd6ee20120e188c252e30bbaaf38 (diff) | |
download | astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.gz astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.tar.zst astro-0ae1365533909b403eddcf77b47895c8e3f5dfb2.zip |
[ci] release (#3726)astro@1.0.0-beta.57
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 172830d88..4a5a8b9fa 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.56", + "astro": "^1.0.0-beta.57", "solid-js": "^1.4.3" }, "dependencies": { |