summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-11 04:24:47 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-11 13:24:47 +0200
commit66bc1041d4fbef95d624fc9bff0c3f9ced4638c2 (patch)
tree81dd90a2528c781476d61e8255a569a3b53f9254 /examples/framework-svelte
parent908645d9ddfa58fbbe2b5d160d94b7d531ccf7a6 (diff)
downloadastro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.tar.gz
astro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.tar.zst
astro-66bc1041d4fbef95d624fc9bff0c3f9ced4638c2.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 806691556..bc2f8ce3d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.3.0",
- "astro": "^4.5.18",
+ "@astrojs/svelte": "^5.4.0",
+ "astro": "^4.6.0",
"svelte": "^4.2.5"
}
}