diff options
author | 2022-05-05 09:56:45 -0400 | |
---|---|---|
committer | 2022-05-05 09:56:45 -0400 | |
commit | d0a4064d802604323ea806c538ba671a974f375d (patch) | |
tree | eac2c504334da4f39e06ea4bd0c3be06a2eb8721 /examples/ssr | |
parent | 3795785b2d5845ebce62f0b07a38566d4727f707 (diff) | |
download | astro@1.0.0-beta.25.tar.gz astro@1.0.0-beta.25.tar.zst astro@1.0.0-beta.25.zip |
[ci] release (#3293)astro@1.0.0-beta.25
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 0d3aa459e..5fc5a73ac 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.1", "@astrojs/svelte": "^0.1.2", - "astro": "^1.0.0-beta.24", + "astro": "^1.0.0-beta.25", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", |