diff options
author | 2025-01-06 09:17:11 -0800 | |
---|---|---|
committer | 2025-01-06 18:17:11 +0100 | |
commit | 84b07969ddc3a471a71cbea561483c29ad9fb339 (patch) | |
tree | af717731db3c1f43478deed8f05e2b0a3efe305b /examples/ssr | |
parent | 88b493cadeab7cdd59d110bb5f98e0d38112d673 (diff) | |
download | astro-84b07969ddc3a471a71cbea561483c29ad9fb339.tar.gz astro-84b07969ddc3a471a71cbea561483c29ad9fb339.tar.zst astro-84b07969ddc3a471a71cbea561483c29ad9fb339.zip |
[ci] release (#12878)astro@5.1.3@astrojs/underscore-redirects@0.5.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 8c9f02d13..898763764 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@astrojs/svelte": "^7.0.3", - "astro": "^5.1.2", + "astro": "^5.1.3", "svelte": "^5.1.16" } } |