diff options
author | 2023-11-21 13:44:16 -0800 | |
---|---|---|
committer | 2023-11-21 16:44:16 -0500 | |
commit | ac908b78391711bfcc590bfafb27484b646ffa85 (patch) | |
tree | c7c204b7806a22960cdd3a4a35b6ab2a2d3db21a /examples/framework-svelte | |
parent | 7ff8d62bf861694067491ff17d01b1b0f6809d6b (diff) | |
download | astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.gz astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.zst astro-ac908b78391711bfcc590bfafb27484b646ffa85.zip |
[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6
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 fbb5bf06a..bb4fb4440 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.4", - "astro": "^3.5.6", + "astro": "^3.5.7", "svelte": "^4.2.0" } } |