diff options
author | 2022-10-13 09:29:24 -0700 | |
---|---|---|
committer | 2022-10-13 12:29:24 -0400 | |
commit | 81d57f2638aab02cd9a33174854a9912e4614565 (patch) | |
tree | d389d73889c926deb9aa14875290c5a0669e586b /examples/framework-svelte | |
parent | 3918787cb9676a8c6b9be371ae90edeb676f4e8f (diff) | |
download | astro-81d57f2638aab02cd9a33174854a9912e4614565.tar.gz astro-81d57f2638aab02cd9a33174854a9912e4614565.tar.zst astro-81d57f2638aab02cd9a33174854a9912e4614565.zip |
[ci] release (#5046)astro@1.5.0@astrojs/vercel@2.2.0@astrojs/tailwind@2.1.0@astrojs/svelte@1.0.2@astrojs/solid-js@1.2.0@astrojs/node@2.0.0@astrojs/netlify@1.2.0@astrojs/image@0.10.0@astrojs/deno@1.2.0@astrojs/cloudflare@3.1.0
* [ci] release
* Update packages/integrations/node/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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 020a1d135..1a5fc2cc5 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^1.0.1", - "astro": "^1.4.7" + "@astrojs/svelte": "^1.0.2", + "astro": "^1.5.0" } } |