diff options
author | 2022-06-14 15:46:51 -0500 | |
---|---|---|
committer | 2022-06-14 15:46:51 -0500 | |
commit | 31e3224319bca0eaa2f0709f054a0ea5f5ef81b6 (patch) | |
tree | 7e54cd2bc6501f2b716edafaa62471912514f5f9 /examples/framework-svelte | |
parent | b49bf0c48077c874d98bae02439648a1fbfdf006 (diff) | |
download | astro-31e3224319bca0eaa2f0709f054a0ea5f5ef81b6.tar.gz astro-31e3224319bca0eaa2f0709f054a0ea5f5ef81b6.tar.zst astro-31e3224319bca0eaa2f0709f054a0ea5f5ef81b6.zip |
[ci] release (#3596)astro@1.0.0-beta.46
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 eb02ffde3..7a107b8f5 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.4", - "astro": "^1.0.0-beta.45" + "astro": "^1.0.0-beta.46" }, "dependencies": { "svelte": "^3.48.0" |