diff options
author | 2022-02-17 11:11:06 -0500 | |
---|---|---|
committer | 2022-02-17 11:11:06 -0500 | |
commit | 85eb3141cd2013354985d8f2ce48d791e2e5f1e4 (patch) | |
tree | 06fc6156015d0787c7e0fd56e8d6669621157e10 /examples/framework-svelte | |
parent | 96609d4c9ef66ef6852e590fa439a2177e9ae847 (diff) | |
download | astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.tar.gz astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.tar.zst astro-85eb3141cd2013354985d8f2ce48d791e2e5f1e4.zip |
[ci] release (next) (#2607)astro@0.23.0-next.10
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 2a6868dd9..238d620e4 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.9" + "astro": "^0.23.0-next.10" } } |