diff options
author | 2023-09-21 11:32:12 -0700 | |
---|---|---|
committer | 2023-09-21 14:32:12 -0400 | |
commit | 4e1e8dc5c6876156f4c136519344d0f49cb130f5 (patch) | |
tree | d14651473671afa1b28e6eed2dd2315a5eeae30f /packages/integrations/svelte | |
parent | fe29ce27310f5112147542f5a86bb02c7f2860ce (diff) | |
download | astro-4e1e8dc5c6876156f4c136519344d0f49cb130f5.tar.gz astro-4e1e8dc5c6876156f4c136519344d0f49cb130f5.tar.zst astro-4e1e8dc5c6876156f4c136519344d0f49cb130f5.zip |
[ci] release (#8597)astro@3.1.2@astrojs/telemetry@3.0.2@astrojs/node@6.0.1@astrojs/cloudflare@7.2.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 04d135ee2..906ddcf7c 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.1", + "astro": "workspace:^3.1.2", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { |