diff options
author | 2023-05-05 19:09:38 +0800 | |
---|---|---|
committer | 2023-05-05 19:09:38 +0800 | |
commit | 5182689086d648746a19933481ba4b3fbb0f6307 (patch) | |
tree | f252af88a6157593bcd1a7a6919f23b3a1478ca9 /examples/framework-svelte | |
parent | ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2 (diff) | |
download | astro-5182689086d648746a19933481ba4b3fbb0f6307.tar.gz astro-5182689086d648746a19933481ba4b3fbb0f6307.tar.zst astro-5182689086d648746a19933481ba4b3fbb0f6307.zip |
Update template deps to latest (#7002)
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 09a87954a..d061a6a97 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "svelte": "^3.48.0", - "@astrojs/svelte": "^2.1.0", - "astro": "^2.3.2" + "@astrojs/svelte": "^2.1.1", + "astro": "^2.4.1", + "svelte": "^3.58.0" } } |