diff options
author | 2022-11-16 07:07:56 -0800 | |
---|---|---|
committer | 2022-11-16 10:07:56 -0500 | |
commit | 49c1a5d439b723f1e72e9766d61be42a26379e3a (patch) | |
tree | a1ecbd9279731b5a1d2df8bc615266b00c18a7b0 /examples/framework-svelte | |
parent | 991d62983241ae4f0b04c743bf228fba8525c319 (diff) | |
download | astro-49c1a5d439b723f1e72e9766d61be42a26379e3a.tar.gz astro-49c1a5d439b723f1e72e9766d61be42a26379e3a.tar.zst astro-49c1a5d439b723f1e72e9766d61be42a26379e3a.zip |
[ci] release (#5399)create-astro@1.2.3astro@1.6.9@astrojs/vercel@2.3.4@astrojs/image@0.11.5
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 1e864ed07..0ab907cbc 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.6.8" + "astro": "^1.6.9" } } |