diff options
author | 2025-03-13 08:22:18 -0700 | |
---|---|---|
committer | 2025-03-13 15:22:18 +0000 | |
commit | 61b71544b68a5ca79370cb516a38f25667eb65eb (patch) | |
tree | b2eb308904cf138b7275b8769cd3606a76e6fb55 /examples/framework-svelte | |
parent | 2f039b927a3a1334948adc7788b1f24c074dfac7 (diff) | |
download | astro-61b71544b68a5ca79370cb516a38f25667eb65eb.tar.gz astro-61b71544b68a5ca79370cb516a38f25667eb65eb.tar.zst astro-61b71544b68a5ca79370cb516a38f25667eb65eb.zip |
[ci] release (#13418)astro@5.5.2
Co-authored-by: github-actions[bot] <41898282+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 47d436255..d8957a15e 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.6", - "astro": "^5.5.1", + "astro": "^5.5.2", "svelte": "^5.22.6" } } |