diff options
author | 2023-09-25 03:28:54 -0700 | |
---|---|---|
committer | 2023-09-25 18:28:54 +0800 | |
commit | 211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8 (patch) | |
tree | 2808ed5ba28bedbcbd04c95486cd35e4f545295f /packages/integrations/svelte | |
parent | 863f5171e8e7516c9d72f2e48ea7db1dea71c4f5 (diff) | |
download | astro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.tar.gz astro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.tar.zst astro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.zip |
[ci] release (#8635)create-astro@4.2.1astro@3.1.3@astrojs/cloudflare@7.3.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r-- | packages/integrations/svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 906ddcf7c..d43c91035 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -48,7 +48,7 @@ "vite": "^4.4.9" }, "peerDependencies": { - "astro": "workspace:^3.1.2", + "astro": "workspace:^3.1.3", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { |