diff options
author | 2022-12-12 07:22:39 -0800 | |
---|---|---|
committer | 2022-12-12 10:22:39 -0500 | |
commit | a219c41319315ec08a4e10777360c010a366813e (patch) | |
tree | 896a76fc7aed51da9619f8d84d8de569343d9ea7 /examples/ssr | |
parent | f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7 (diff) | |
download | astro-@astrojs/vue@1.2.2.tar.gz astro-@astrojs/vue@1.2.2.tar.zst astro-@astrojs/vue@1.2.2.zip |
[ci] release (#5561)astro@1.6.15@astrojs/vue@1.2.2@astrojs/node@3.1.1@astrojs/mdx@0.12.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.json | 4 |
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" |