diff options
author | 2022-11-08 10:00:53 -0800 | |
---|---|---|
committer | 2022-11-08 13:00:53 -0500 | |
commit | e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11 (patch) | |
tree | 8406684006dd45f8ee30391a84141574d4aa0185 /examples/framework-svelte | |
parent | 70adbe34a0838ea8d8eccbc241f4d37941ae846e (diff) | |
download | astro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.tar.gz astro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.tar.zst astro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.zip |
[ci] release (#5325)create-astro@1.2.2astro@1.6.5@astrojs/netlify@1.2.1@astrojs/image@0.11.2@astrojs/cloudflare@4.0.1
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 860407724..2b0201fe3 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.4" + "astro": "^1.6.5" } } |