diff options
author | 2022-06-16 12:05:10 -0400 | |
---|---|---|
committer | 2022-06-16 12:05:10 -0400 | |
commit | 81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch) | |
tree | e8f243503df81196b12d90aae9e33efb36715498 /examples/ssr | |
parent | 5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff) | |
download | astro-@astrojs/cloudflare@0.2.0.tar.gz astro-@astrojs/cloudflare@0.2.0.tar.zst astro-@astrojs/cloudflare@0.2.0.zip |
[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-rw-r--r-- | examples/ssr/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index f3d336f43..fa177d620 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.2", "@astrojs/svelte": "^0.1.4", - "astro": "^1.0.0-beta.46", + "astro": "^1.0.0-beta.47", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |