diff options
author | 2022-03-19 10:34:59 -0700 | |
---|---|---|
committer | 2022-03-19 10:34:59 -0700 | |
commit | 5df8d68094badb72f58c7fc93438ec85ac843040 (patch) | |
tree | 13194e079c0c2957fe8359e173e70f642a498be0 /examples/framework-svelte | |
parent | 2a8580c25161a4d0f9e295403937ca3126f112c8 (diff) | |
download | astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.gz astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.zst astro-5df8d68094badb72f58c7fc93438ec85ac843040.zip |
[ci] release (next) (#2838)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.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 f1d5b1ec7..7b9d2b25b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.1", - "astro": "^0.25.0-next.0" + "astro": "^0.25.0-next.1" }, "dependencies": { "svelte": "^3.46.4" |