summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-26 10:53:32 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-26 13:53:32 -0500
commit607f0ac31a43595252bc647c01ac4b75fc774202 (patch)
tree475b92a55eab7842dd43661b724fef595b7323e5 /examples/ssr
parent7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff)
downloadastro@2.0.2.tar.gz
astro@2.0.2.tar.zst
astro@2.0.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-rw-r--r--examples/ssr/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 672822599..0ed38e01d 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.0.1",
+ "astro": "^2.0.2",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0",
- "@astrojs/node": "^5.0.0",
+ "@astrojs/node": "^5.0.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"