diff options
author | 2022-07-01 10:43:26 -0700 | |
---|---|---|
committer | 2022-07-01 17:43:26 +0000 | |
commit | 94143fcdba2ae24b24ec7446a97579daf398c574 (patch) | |
tree | 649730eceb887937bab41c2a041093aae804a9cf /examples/integrations-playground | |
parent | f4943e0fbced044f0ba4435cb41d77b67c98e69f (diff) | |
download | astro-94143fcdba2ae24b24ec7446a97579daf398c574.tar.gz astro-94143fcdba2ae24b24ec7446a97579daf398c574.tar.zst astro-94143fcdba2ae24b24ec7446a97579daf398c574.zip |
[ci] release (#3789)astro@1.0.0-beta.62@astrojs/image@0.0.2
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 a20208a34..e7488ecf0 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.2", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.61", + "astro": "^1.0.0-beta.62", "solid-js": "^1.4.3" }, "dependencies": { |