diff options
author | 2023-12-04 10:03:41 -0800 | |
---|---|---|
committer | 2023-12-04 13:03:41 -0500 | |
commit | 8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e (patch) | |
tree | f04c66466f325e8c335f7cd36a36a678eec5680b /examples/framework-svelte | |
parent | 9887f241241f800e2907afe7079db070f3bfcfab (diff) | |
download | astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.tar.gz astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.tar.zst astro-8dd7deb7b7cdc9f83b94c5253513a9d8577ae01e.zip |
[ci] release (beta) (#9280)astro@4.0.0-beta.5
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 a7df437f6..b22038e92 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.0.0-beta.0", - "astro": "^4.0.0-beta.4", + "astro": "^4.0.0-beta.5", "svelte": "^4.2.5" } } |