summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-12-12 07:22:39 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-12 10:22:39 -0500
commita219c41319315ec08a4e10777360c010a366813e (patch)
tree896a76fc7aed51da9619f8d84d8de569343d9ea7 /examples/ssr
parentf4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7 (diff)
downloadastro-@astrojs/vue@1.2.2.tar.gz
astro-@astrojs/vue@1.2.2.tar.zst
astro-@astrojs/vue@1.2.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 d4f508818..93bed77b0 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,10 +12,10 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^1.6.14",
+ "astro": "^1.6.15",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
- "@astrojs/node": "^3.1.0",
+ "@astrojs/node": "^3.1.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.4"