diff options
author | 2023-04-05 10:38:45 -0700 | |
---|---|---|
committer | 2023-04-05 13:38:45 -0400 | |
commit | 29e7b82b8de0709cbbfaa2583b05f3c10978dda3 (patch) | |
tree | e016b601942e98336b4b09d5ab07ec76f4fa2ea2 /examples/framework-svelte | |
parent | f627a2ca3d34bcad4daf8c23269b2f8df367e76c (diff) | |
download | astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.gz astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.tar.zst astro-29e7b82b8de0709cbbfaa2583b05f3c10978dda3.zip |
[ci] release (#6720)astro@2.2.0@astrojs/vue@2.1.1@astrojs/vercel@3.2.2@astrojs/sitemap@1.2.2@astrojs/node@5.1.1@astrojs/markdown-remark@2.1.3@astrojs/markdoc@0.1.1@astrojs/lit@2.0.1@astrojs/image@0.16.5
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 f284fdb2d..43a794670 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", - "astro": "^2.1.9" + "astro": "^2.2.0" } } |