summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-08 13:09:20 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-08 16:09:20 -0500
commit401b97ad0e3d057f5022189e5883aacb5d34c55a (patch)
tree00b3dac6da7ff9acdf0a7c88719c0aeab3659485 /examples/framework-svelte
parent65c07ce1b6ab8db50d3866bc36c2e387a9281c6c (diff)
downloadastro-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.json2
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"
}
}