diff options
author | 2023-07-03 05:53:45 -0700 | |
---|---|---|
committer | 2023-07-03 20:53:45 +0800 | |
commit | fc6826ff7620b0c5e419de93ef7c463a12fe3652 (patch) | |
tree | 330e80b13e2aed638b6035ef6599a2543b85f1c2 /examples/framework-svelte | |
parent | 0f0c31fba5eecfa755ba218d4c706933377dff4e (diff) | |
download | astro-fc6826ff7620b0c5e419de93ef7c463a12fe3652.tar.gz astro-fc6826ff7620b0c5e419de93ef7c463a12fe3652.tar.zst astro-fc6826ff7620b0c5e419de93ef7c463a12fe3652.zip |
[ci] release (#7526)create-astro@3.1.9astro@2.7.3@astrojs/vercel@3.6.0@astrojs/image@0.17.2@astrojs/cloudflare@6.6.0
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 b62cd67fb..2f8bf2ca3 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.2", + "astro": "^2.7.3", "svelte": "^3.59.1" } } |