summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-17 15:21:35 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-18 00:21:35 +0200
commit8214114a903850cdf9a13ef31a6b3096cced8847 (patch)
tree45d649587c95f770fd453b074de56a586f2b6438 /examples/framework-svelte
parentdcd115892a23b17309347c13ce4d82af73d204b2 (diff)
downloadastro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.gz
astro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.zst
astro-8214114a903850cdf9a13ef31a6b3096cced8847.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 7fd20eff2..ec392f07a 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.7.0",
- "astro": "^4.15.6",
+ "@astrojs/svelte": "^5.7.1",
+ "astro": "^4.15.7",
"svelte": "^4.2.19"
}
}