diff options
author | 2022-05-05 09:56:45 -0400 | |
---|---|---|
committer | 2022-05-05 09:56:45 -0400 | |
commit | d0a4064d802604323ea806c538ba671a974f375d (patch) | |
tree | eac2c504334da4f39e06ea4bd0c3be06a2eb8721 /examples/framework-svelte | |
parent | 3795785b2d5845ebce62f0b07a38566d4727f707 (diff) | |
download | astro-d0a4064d802604323ea806c538ba671a974f375d.tar.gz astro-d0a4064d802604323ea806c538ba671a974f375d.tar.zst astro-d0a4064d802604323ea806c538ba671a974f375d.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/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index b6bbfcfc5..386fda499 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.2", - "astro": "^1.0.0-beta.24" + "astro": "^1.0.0-beta.25" }, "dependencies": { "svelte": "^3.47.0" |