summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-07-18 08:05:23 -0700
committerGravatar GitHub <noreply@github.com> 2024-07-18 16:05:23 +0100
commitaa05be3313940ee039ae58f01e5e6577a4ea1fe9 (patch)
tree843364cdac8395e1daec3a1853edf555ddf516ae /examples/framework-svelte
parenta6371696680b8a4c9566cc1c68d7298ca9e3a7aa (diff)
downloadastro-b543e6c4cdf463ee77b81cc083e7ba577f224614.tar.gz
astro-b543e6c4cdf463ee77b81cc083e7ba577f224614.tar.zst
astro-b543e6c4cdf463ee77b81cc083e7ba577f224614.zip
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index adb56ccb1..0d52a9d52 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.6.0",
- "astro": "^4.11.6",
+ "@astrojs/svelte": "^5.7.0",
+ "astro": "^4.12.0",
"svelte": "^4.2.18"
}
}