diff options
author | 2025-01-30 08:06:55 -0800 | |
---|---|---|
committer | 2025-01-30 16:06:55 +0000 | |
commit | 3b10b97a4fecd1dfd959b160a07b5b8427fe40a7 (patch) | |
tree | 4ada72cc0a1711136df868c4189a7aa29edeb951 /examples/ssr | |
parent | 23e631c3ddb2e65e700e2a69e51f4112fced6e08 (diff) | |
download | astro-3b10b97a4fecd1dfd959b160a07b5b8427fe40a7.tar.gz astro-3b10b97a4fecd1dfd959b160a07b5b8427fe40a7.tar.zst astro-3b10b97a4fecd1dfd959b160a07b5b8427fe40a7.zip |
[ci] release (#13096)astro@5.2.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 3f85daee4..3935208d3 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.1", "@astrojs/svelte": "^7.0.4", - "astro": "^5.2.0", + "astro": "^5.2.1", "svelte": "^5.19.0" } } |