diff options
author | 2022-04-03 23:25:00 -0700 | |
---|---|---|
committer | 2022-04-03 23:25:00 -0700 | |
commit | 2552db0d0903b0e96b0d20722b2e311a25e76217 (patch) | |
tree | 6bea6cf5ad6c4c5d134bb3683f6a9cf612258612 /examples/framework-svelte | |
parent | efc63bfd0f938ab6619210ea57e81a401bd1a9ba (diff) | |
download | astro-2552db0d0903b0e96b0d20722b2e311a25e76217.tar.gz astro-2552db0d0903b0e96b0d20722b2e311a25e76217.tar.zst astro-2552db0d0903b0e96b0d20722b2e311a25e76217.zip |
[ci] release (#2975)
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 6278695f8..a1e14860b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.26.1" }, "dependencies": { "svelte": "^3.46.6" |