diff options
author | 2023-08-03 08:17:43 -0700 | |
---|---|---|
committer | 2023-08-08 11:04:14 +0100 | |
commit | 2ac1c1e260eb5bae6f737a85b77e8c64e7149d9d (patch) | |
tree | 00e2c3debffc8be0e90c1424a25ac873cbd31d86 /examples/framework-svelte | |
parent | f32d093a280faafff024228c12bb438156ec34d7 (diff) | |
download | astro-2ac1c1e260eb5bae6f737a85b77e8c64e7149d9d.tar.gz astro-2ac1c1e260eb5bae6f737a85b77e8c64e7149d9d.tar.zst astro-2ac1c1e260eb5bae6f737a85b77e8c64e7149d9d.zip |
[ci] release (beta) (#7897)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c42ae96ba..b7a31c466 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^3.1.0", - "astro": "^2.10.3", + "@astrojs/svelte": "^4.0.0-beta.0", + "astro": "^3.0.0-beta.0", "svelte": "^3.59.1" } } |