diff options
author | 2024-08-21 14:08:38 -0700 | |
---|---|---|
committer | 2024-08-21 17:08:38 -0400 | |
commit | 22ceb4830257a84b26115bf759b42448c442a606 (patch) | |
tree | 62ebbf9b825c325665a5e13f91aaf0686330b4a9 /examples/framework-svelte | |
parent | 735767f8dfe302834e48c2383c387b0e41c2f006 (diff) | |
download | astro-22ceb4830257a84b26115bf759b42448c442a606.tar.gz astro-22ceb4830257a84b26115bf759b42448c442a606.tar.zst astro-22ceb4830257a84b26115bf759b42448c442a606.zip |
[ci] release (#11796)astro@4.14.4
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 0d403e1c1..28c23f480 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.7.0", - "astro": "^4.14.3", + "astro": "^4.14.4", "svelte": "^4.2.18" } } |