diff options
author | 2022-05-04 08:59:10 -0400 | |
---|---|---|
committer | 2022-05-04 08:59:10 -0400 | |
commit | 9b6a2e2d87372dd54cf7557ab62d9366f73da082 (patch) | |
tree | d7ddeb5035a257cd3e3308b488a402139b5b8b75 /examples/framework-svelte | |
parent | 757790f4e82a9894300b29d2468c19ef65dc1e1f (diff) | |
download | astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.gz astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.zst astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.zip |
[ci] release (#3288)astro@1.0.0-beta.24
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 ed017bca7..b6bbfcfc5 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.2", - "astro": "^1.0.0-beta.23" + "astro": "^1.0.0-beta.24" }, "dependencies": { "svelte": "^3.47.0" |