diff options
author | 2022-06-30 20:09:17 -0700 | |
---|---|---|
committer | 2022-07-01 03:09:17 +0000 | |
commit | 0f73ece26bfc03570a7cab100255de4fbbb1ecfa (patch) | |
tree | a3d39d564037eb3632accd701bdccef3210be0aa /examples/integrations-playground | |
parent | a2b385303c96969459c75d1197ceedb8608b44b6 (diff) | |
download | astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.gz astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.zst astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.zip |
[ci] release (#3783)
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 2e785ea2d..a20208a34 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.60", + "astro": "^1.0.0-beta.61", "solid-js": "^1.4.3" }, "dependencies": { |