diff options
author | 2024-03-05 16:26:25 -0800 | |
---|---|---|
committer | 2024-03-05 16:26:25 -0800 | |
commit | dd3935b31cbe637a5354e76706c860848512b658 (patch) | |
tree | e31d25e0bc11b0e36dfb80d0a69c0fce34fa9211 /examples/framework-svelte | |
parent | d6a6b7dff249bdf0b427a58ff8551e70c5e14ba2 (diff) | |
download | astro-dd3935b31cbe637a5354e76706c860848512b658.tar.gz astro-dd3935b31cbe637a5354e76706c860848512b658.tar.zst astro-dd3935b31cbe637a5354e76706c860848512b658.zip |
[ci] release (#10332)
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 abef53b53..68d1133c5 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.2.0", - "astro": "^4.4.11", + "astro": "^4.4.12", "svelte": "^4.2.5" } } |