summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-16 13:06:58 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-16 13:06:58 -0800
commit750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19 (patch)
tree1854e11224cc56fb9580652866ae9e62512644b6 /examples/framework-svelte
parentc8544a2651af4db1dcba0905500d77073836c255 (diff)
downloadastro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.tar.gz
astro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.tar.zst
astro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.zip
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 89cdb7b31..fd687badd 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}