diff options
author | 2022-10-18 11:26:00 -0700 | |
---|---|---|
committer | 2022-10-18 14:26:00 -0400 | |
commit | 4c1ffef3e4753ffccd71e9b1524aa4faa1de652f (patch) | |
tree | 20c56246738a6d7d7dbfacbf836f7efe332c8556 /examples/framework-svelte | |
parent | 8cf692766bf482717cfed416f5317ae1b5fb6cf0 (diff) | |
download | astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.tar.gz astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.tar.zst astro-4c1ffef3e4753ffccd71e9b1524aa4faa1de652f.zip |
[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1
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 1a5fc2cc5..9eade574d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.5.0" + "astro": "^1.5.1" } } |