diff options
author | 2023-02-23 12:50:11 -0800 | |
---|---|---|
committer | 2023-02-23 14:50:11 -0600 | |
commit | a848a723f65b7feed31da7b89da4444e9331b221 (patch) | |
tree | 7f27b9d198484e02ca743708e26b46dbde157660 /examples/framework-svelte | |
parent | de3d79e06b6914c394ba3703a7611dcf44e13814 (diff) | |
download | astro-a848a723f65b7feed31da7b89da4444e9331b221.tar.gz astro-a848a723f65b7feed31da7b89da4444e9331b221.tar.zst astro-a848a723f65b7feed31da7b89da4444e9331b221.zip |
[ci] release (#6287)create-astro@3.0.3astro@2.0.15@astrojs/vercel@3.1.3@astrojs/sitemap@1.1.0@astrojs/node@5.0.4@astrojs/netlify@2.1.3@astrojs/mdx@0.17.2@astrojs/image@0.15.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 853083d77..6885def62 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.2", - "astro": "^2.0.14" + "astro": "^2.0.15" } } |