diff options
author | 2025-02-28 08:59:28 -0800 | |
---|---|---|
committer | 2025-02-28 16:59:28 +0000 | |
commit | 8483502bb222858af96304a35f5d94b450d2e132 (patch) | |
tree | b20e5fe904409db56d417f186c2672d7e781582e /examples/framework-svelte | |
parent | f15aa9d4e8e03cc15bb6b0d0b398374237ba70a2 (diff) | |
download | astro-8483502bb222858af96304a35f5d94b450d2e132.tar.gz astro-8483502bb222858af96304a35f5d94b450d2e132.tar.zst astro-8483502bb222858af96304a35f5d94b450d2e132.zip |
[ci] release (#13337)astro@5.4.1@astrojs/upgrade@0.5.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 8a4af93bb..61cda1b68 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.0", + "astro": "^5.4.1", "svelte": "^5.19.7" } } |