summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-30 09:38:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-30 12:38:31 -0500
commitd9787a6ff696fd1198d16226277e0662c3a2cb8c (patch)
treeca1313ff4646ef3de06125014bb62eef1a076f60 /examples/framework-svelte
parente779c6242418d1d4102e683ca5b851b764c89688 (diff)
downloadastro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip
[ci] release (#5995)
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 fa614cb0a..8b89def0c 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
- "@astrojs/svelte": "^2.0.0",
- "astro": "^2.0.2"
+ "@astrojs/svelte": "^2.0.1",
+ "astro": "^2.0.3"
}
}