summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-08 14:39:06 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-08 17:39:06 -0500
commitaf25778a9b985ffebc782058b1493241cc8bf5c7 (patch)
treee707ff09cb01712edb3273ee7a420c85d725a97b /examples/ssr
parent5deacfb6c320dca01cb679ce25224627cee98ff5 (diff)
downloadastro@2.1.2.tar.gz
astro@2.1.2.tar.zst
astro@2.1.2.zip
[ci] release (#6468)astro@2.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-rw-r--r--examples/ssr/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 1b6d280d4..c46f2134d 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.1.1",
+ "astro": "^2.1.2",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/node": "^5.1.0",