diff options
author | 2022-07-28 05:17:45 -0700 | |
---|---|---|
committer | 2022-07-28 08:17:45 -0400 | |
commit | 6d103ddceb72a9b08d37e09b29524d1f766e3b0d (patch) | |
tree | 52b1e6f69b0fd86cbfddc4ed1e32ecd68996f5c0 /examples/framework-svelte | |
parent | c565465a964ee14bf5d55c0a6eaf1091d3a68429 (diff) | |
download | astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.gz astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.zst astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.zip |
[ci] release (#4056)astro@1.0.0-rc.2@astrojs/vercel@0.4.0@astrojs/svelte@0.5.1@astrojs/node@0.2.1@astrojs/image@0.3.0@astrojs/cloudflare@0.4.0
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 8dce08b7c..83f120eb4 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.5.0", - "astro": "^1.0.0-rc.1" + "@astrojs/svelte": "^0.5.1", + "astro": "^1.0.0-rc.2" }, "dependencies": { "svelte": "^3.48.0" |