diff options
author | 2022-05-05 16:27:40 -0400 | |
---|---|---|
committer | 2022-05-05 16:27:40 -0400 | |
commit | 9b98633cc826c764cfd4aa4bf600ba973c17a8b9 (patch) | |
tree | d03687e7f6e10335fa5744c07121eee5671d78fa /examples/framework-svelte | |
parent | 3d901ca59d152ba82fa1471c0e45c9e576f5f864 (diff) | |
download | astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.tar.gz astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.tar.zst astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.zip |
[ci] release (#3302)astro@1.0.0-beta.26
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 386fda499..b2596db1c 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.25" + "astro": "^1.0.0-beta.26" }, "dependencies": { "svelte": "^3.47.0" |