diff options
author | 2022-06-14 15:51:10 -0400 | |
---|---|---|
committer | 2022-06-14 15:51:10 -0400 | |
commit | acc8afbdda5d7e2075d88a01978f2fa7d62bd9cb (patch) | |
tree | 7fab9d0a7b9f8049b7323cb6a7ae06ccb55c3d22 /examples/integrations-playground | |
parent | 0e2314d8e5b01f7b2184a243c6d7e53e14b0cd0f (diff) | |
download | astro-acc8afbdda5d7e2075d88a01978f2fa7d62bd9cb.tar.gz astro-acc8afbdda5d7e2075d88a01978f2fa7d62bd9cb.tar.zst astro-acc8afbdda5d7e2075d88a01978f2fa7d62bd9cb.zip |
[ci] release (#3594)astro@1.0.0-beta.45
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 874280b0f..0645f4c59 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.1.4", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.44", + "astro": "^1.0.0-beta.45", "solid-js": "^1.4.3" }, "dependencies": { |