summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 09:49:34 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 18:49:34 +0200
commit5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06 (patch)
treeab05e379132b42d3af4de0d12c710416b5584eb3 /examples/framework-svelte
parenta7b7b10839f75069f1a1d0123265c17b0767a3ad (diff)
downloadastro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.tar.gz
astro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.tar.zst
astro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.zip
[ci] release (beta) (#8140)astro@3.0.0-beta.4
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 00402f12b..fbf6dad5a 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^4.0.0-beta.1",
- "astro": "^3.0.0-beta.3",
+ "astro": "^3.0.0-beta.4",
"svelte": "^3.59.1"
}
}