diff options
author | 2024-05-09 07:40:23 -0700 | |
---|---|---|
committer | 2024-05-09 22:40:23 +0800 | |
commit | e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00 (patch) | |
tree | 70ac53c79cea95009779f84810ca676f506aaa83 /examples/framework-svelte | |
parent | 4d163811e1a25affb2c3d9adb3af650b7f1c91b6 (diff) | |
download | astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.gz astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.zst astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.zip |
[ci] release (#10985)astro@4.8.1@astrojs/react@3.3.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 a3895e03f..51d7a7cbf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.4.0", - "astro": "^4.8.0", + "astro": "^4.8.1", "svelte": "^4.2.16" } } |