diff options
author | 2024-04-02 09:11:32 -0700 | |
---|---|---|
committer | 2024-04-02 12:11:32 -0400 | |
commit | fd18a5dda981c1b13c0a585d174ed2f09a2e9218 (patch) | |
tree | a9942cd91d87d7c8b77345e4cbe7fb5a74545b4f /examples/framework-svelte | |
parent | 953695ec2db8ed16234357495b0378fee4a6c95f (diff) | |
download | astro-fd18a5dda981c1b13c0a585d174ed2f09a2e9218.tar.gz astro-fd18a5dda981c1b13c0a585d174ed2f09a2e9218.tar.zst astro-fd18a5dda981c1b13c0a585d174ed2f09a2e9218.zip |
[ci] release (#10647)@astrojs/svelte@5.3.0@astrojs/db@0.9.10
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 44ab912ad..fbc85b989 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.2.0", + "@astrojs/svelte": "^5.3.0", "astro": "^4.5.13", "svelte": "^4.2.5" } |