diff options
author | 2024-12-11 03:07:58 -0800 | |
---|---|---|
committer | 2024-12-11 11:07:58 +0000 | |
commit | 929ce2832560f9422a4a9ccb899e0f153d2a3471 (patch) | |
tree | 9c21b0861fb3e094ec096e20c164fbeabdce417a /examples/framework-svelte | |
parent | b3dfd9b01bd7424eb67bfbc2612544af5be09442 (diff) | |
download | astro-929ce2832560f9422a4a9ccb899e0f153d2a3471.tar.gz astro-929ce2832560f9422a4a9ccb899e0f153d2a3471.tar.zst astro-929ce2832560f9422a4a9ccb899e0f153d2a3471.zip |
[ci] release (#12698)astro@5.0.5@astrojs/vue@5.0.2@astrojs/upgrade@0.4.2@astrojs/react@4.1.0@astrojs/markdoc@0.12.3
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 6ccaa6dbc..3fa8a0cda 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.1", - "astro": "^5.0.4", + "astro": "^5.0.5", "svelte": "^5.1.16" } } |