diff options
author | 2023-02-09 11:27:56 -0800 | |
---|---|---|
committer | 2023-02-09 14:27:56 -0500 | |
commit | d6845245f2d84f3f4fff64538334ba67f4ff8194 (patch) | |
tree | 2b860aec38c46dc1a6910189b4b3b8231da46a77 /examples/ssr | |
parent | 9e7a198132c57da98dc4d52cde5f48bc23585cc7 (diff) | |
download | astro-8600e4f508c104d9bc1cd1f918b97dece0158405.tar.gz astro-8600e4f508c104d9bc1cd1f918b97dece0158405.tar.zst astro-8600e4f508c104d9bc1cd1f918b97dece0158405.zip |
[ci] release (#6184)astro@2.0.10@astrojs/vercel@3.1.1
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 13824a14b..d78e00a78 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.9", + "astro": "^2.0.10", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.1", "@astrojs/node": "^5.0.3", |