diff options
author | 2024-08-14 01:14:23 -0700 | |
---|---|---|
committer | 2024-08-14 09:14:23 +0100 | |
commit | 6bb001476c25f9513f8a5a0e5189f53465c60773 (patch) | |
tree | 6c1ffc2c727c7c6e9145159e18572992328ac557 /examples/framework-svelte | |
parent | cb98b74881355de9ec9d90a613a3f1d27d154463 (diff) | |
download | astro-6bb001476c25f9513f8a5a0e5189f53465c60773.tar.gz astro-6bb001476c25f9513f8a5a0e5189f53465c60773.tar.zst astro-6bb001476c25f9513f8a5a0e5189f53465c60773.zip |
[ci] release (#11686)astro@4.13.4@astrojs/node@8.3.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 c8095dd91..cc89304bb 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.13.3", + "astro": "^4.13.4", "svelte": "^4.2.18" } } |