diff options
author | 2024-08-01 02:55:37 -0700 | |
---|---|---|
committer | 2024-08-01 11:55:37 +0200 | |
commit | 4474887937a9f635d8cc5180e52c68ecdf33a1a9 (patch) | |
tree | c961b62d9cb659d91b754e0a7eed3fc2d5cf7b7c /examples/framework-svelte | |
parent | 6aaeec5034cabf6a83e1949ec1ca8f50e7978cc1 (diff) | |
download | astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.gz astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.zst astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.zip |
[ci] release (#11578)astro@4.13.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 30114a6cc..2aff39cd8 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.12.3", + "astro": "^4.13.0", "svelte": "^4.2.18" } } |