diff options
author | 2023-07-18 01:14:39 -0700 | |
---|---|---|
committer | 2023-07-18 16:14:39 +0800 | |
commit | d80e5fcf8e35f0756d05b74e930089089f0abf38 (patch) | |
tree | 4e2d420a76b5263950e11dcd2f9482fb9d64b069 /examples/framework-svelte | |
parent | d9f41266453652065137aaba8ae4e9a724f19bec (diff) | |
download | astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.tar.gz astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.tar.zst astro-d80e5fcf8e35f0756d05b74e930089089f0abf38.zip |
[ci] release (#7681)astro@2.8.4@astrojs/vercel@3.7.3@astrojs/sitemap@2.0.0@astrojs/cloudflare@6.6.2
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 453919ab7..b4e4754c9 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.8.3", + "astro": "^2.8.4", "svelte": "^3.59.1" } } |