diff options
author | 2023-08-11 08:22:23 -0700 | |
---|---|---|
committer | 2023-08-11 11:22:23 -0400 | |
commit | e1a886530f0c0077b5c94251ab2e9c428d761e7b (patch) | |
tree | 2c156c20b1ad7c66c372eaddb562672bd4591aa0 /examples/ssr/package.json | |
parent | 718d8f54725565a8c7229f609f3b914beaa3b9a9 (diff) | |
download | astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.gz astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.tar.zst astro-e1a886530f0c0077b5c94251ab2e9c428d761e7b.zip |
[ci] release (#8023)create-astro@3.1.13astro@2.10.6@astrojs/vercel@3.8.1@astrojs/node@5.3.3@astrojs/netlify@2.6.0@astrojs/cloudflare@6.8.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr/package.json')
-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 b84e9332f..ac8c20c09 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^5.3.2", + "@astrojs/node": "^5.3.3", "@astrojs/svelte": "^3.1.0", - "astro": "^2.10.5", + "astro": "^2.10.6", "svelte": "^3.59.1" } } |