diff options
author | 2024-10-03 06:50:19 -0700 | |
---|---|---|
committer | 2024-10-03 14:50:19 +0100 | |
commit | 34d79527a4cd88864c4a9128a393c0d2f7d9eda7 (patch) | |
tree | 56ec044580aec85cfc91736a8db254e747fdc495 /examples/framework-svelte | |
parent | 406a21fe4673cbcaaf123ffc6bae62a2ef12c748 (diff) | |
download | astro-34d79527a4cd88864c4a9128a393c0d2f7d9eda7.tar.gz astro-34d79527a4cd88864c4a9128a393c0d2f7d9eda7.tar.zst astro-34d79527a4cd88864c4a9128a393c0d2f7d9eda7.zip |
[ci] release (#12098)astro@4.15.11@astrojs/sitemap@3.2.0
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 f198f9c8b..48e01dd84 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.1", - "astro": "^4.15.10", + "astro": "^4.15.11", "svelte": "^4.2.19" } } |