diff options
author | 2023-08-25 11:10:30 -0700 | |
---|---|---|
committer | 2023-08-25 14:10:30 -0400 | |
commit | 23096dbee836d4e5206a9e6d4b9fe2544a633ac9 (patch) | |
tree | b139248076dc901d831e612df2c118840ebd29af /examples/framework-svelte | |
parent | a824863ab1c451f4068eac54f28dd240573e1cba (diff) | |
download | astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.tar.gz astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.tar.zst astro-23096dbee836d4e5206a9e6d4b9fe2544a633ac9.zip |
[ci] release (rc) (#8233)astro@3.0.0-rc.7
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 42bb3f6c5..11a2daf11 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.0-rc.2", - "astro": "^3.0.0-rc.6", + "astro": "^3.0.0-rc.7", "svelte": "^4.2.0" } } |