diff options
author | 2023-07-04 23:48:04 -0700 | |
---|---|---|
committer | 2023-07-05 14:48:04 +0800 | |
commit | f820bb3f0be34da60f3674205b2f24e512c48f76 (patch) | |
tree | 8046f63bfed002150e38009ada81adc97a7124e4 /examples/framework-svelte | |
parent | 6dc251334f612bfe59d845ca4ce95a1fb958cccf (diff) | |
download | astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.gz astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.zst astro-f820bb3f0be34da60f3674205b2f24e512c48f76.zip |
[ci] release (#7559)astro@2.7.4
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 2f8bf2ca3..f93e8de8a 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^3.1.0", - "astro": "^2.7.3", + "astro": "^2.7.4", "svelte": "^3.59.1" } } |