summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-07-06 08:16:08 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-06 23:16:08 +0800
commitf224078a65c3ff4cd0ba88206772b0dcbcd29c24 (patch)
tree076c5a57c37ae43952f4559279fb734d8a212ce3 /examples/framework-svelte
parenta0a1ca3e58d98a38cfc84cc03cd09ce2c508911f (diff)
downloadastro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.tar.gz
astro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.tar.zst
astro-f224078a65c3ff4cd0ba88206772b0dcbcd29c24.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index f93e8de8a..88a9e0b8e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^3.1.0",
- "astro": "^2.7.4",
+ "astro": "^2.8.0",
"svelte": "^3.59.1"
}
}