diff options
author | 2025-03-18 06:40:49 -0700 | |
---|---|---|
committer | 2025-03-18 13:40:49 +0000 | |
commit | c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9 (patch) | |
tree | 3350b31988536a98c17480fbdf43777025c927c7 /examples/ssr | |
parent | 9a7dcdec3a4373d1fadbf4828a62a677d82332f6 (diff) | |
download | astro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.tar.gz astro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.tar.zst astro-c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.zip |
[ci] release (#13427)
Co-authored-by: github-actions[bot] <41898282+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 0e4ee394d..1e651ac87 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.1.3", "@astrojs/svelte": "^7.0.6", - "astro": "^5.5.2", + "astro": "^5.6.0", "svelte": "^5.22.6" } } |