diff options
author | 2022-05-18 21:36:32 +0000 | |
---|---|---|
committer | 2022-05-18 21:36:32 +0000 | |
commit | b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6 (patch) | |
tree | 4f47297e6a79f57b82fe80751825ce423086773c /examples/integrations-playground | |
parent | f1d7d543b0038d2d6218acdd42ffaf61e9480b13 (diff) | |
download | astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.gz astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.zst astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.zip |
[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30
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 ae90dd55d..2d0f9bbc6 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.1.2", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.29", + "astro": "^1.0.0-beta.30", "solid-js": "^1.4.1" }, "dependencies": { |