diff options
author | 2022-12-08 06:12:10 -0800 | |
---|---|---|
committer | 2022-12-08 09:12:10 -0500 | |
commit | 50cb99003aca4a24771c1e3accd457efea353b52 (patch) | |
tree | 3b59f112645c082db7b0c9c797a460ab60eed095 /examples/framework-svelte | |
parent | be26e36e1199006c4dd35aa889ba43a00f1518e8 (diff) | |
download | astro-50cb99003aca4a24771c1e3accd457efea353b52.tar.gz astro-50cb99003aca4a24771c1e3accd457efea353b52.tar.zst astro-50cb99003aca4a24771c1e3accd457efea353b52.zip |
[ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.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 be4047d0c..174eddf63 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.6.13" + "astro": "^1.6.14" } } |