diff options
author | 2022-09-19 11:44:49 -0700 | |
---|---|---|
committer | 2022-09-19 14:44:49 -0400 | |
commit | 8a1dd4b7e8e614028f41ebf65a65f84a59eae665 (patch) | |
tree | d917451d237bfe030d8bfcf4cf68b2a4dcd79a36 /examples/framework-svelte | |
parent | 620f1d9e1e8b2d92a275be4c5228099663c62c9e (diff) | |
download | astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.tar.gz astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.tar.zst astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.zip |
[ci] release (#4790)astro@1.2.7
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 ca293a4c0..ba134b566 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.0", - "astro": "^1.2.6" + "astro": "^1.2.7" } } |