diff options
author | 2023-03-08 13:09:20 -0800 | |
---|---|---|
committer | 2023-03-08 16:09:20 -0500 | |
commit | 401b97ad0e3d057f5022189e5883aacb5d34c55a (patch) | |
tree | 00b3dac6da7ff9acdf0a7c88719c0aeab3659485 /examples/framework-svelte | |
parent | 65c07ce1b6ab8db50d3866bc36c2e387a9281c6c (diff) | |
download | astro-401b97ad0e3d057f5022189e5883aacb5d34c55a.tar.gz astro-401b97ad0e3d057f5022189e5883aacb5d34c55a.tar.zst astro-401b97ad0e3d057f5022189e5883aacb5d34c55a.zip |
[ci] release (#6456)astro@2.1.1
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 043f6f96d..edba88d49 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.0" + "astro": "^2.1.1" } } |