diff options
author | 2023-07-28 06:12:05 -0700 | |
---|---|---|
committer | 2023-07-28 09:12:05 -0400 | |
commit | 98ca04f91546ed620f9a3ec0d35a6f597fb11e97 (patch) | |
tree | f46c9cd3776b74e5eccd40421c4abf64d549d3b5 /examples/framework-svelte | |
parent | 2f95a3e0ca04643c9879d1b3c4a234f6e9b7ec4d (diff) | |
download | astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.gz astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.tar.zst astro-98ca04f91546ed620f9a3ec0d35a6f597fb11e97.zip |
[ci] release (#7851)astro@2.9.5
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 332cd910b..211576f43 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^3.1.0", - "astro": "^2.9.4", + "astro": "^2.9.5", "svelte": "^3.59.1" } } |