diff options
author | 2024-07-30 08:54:54 -0700 | |
---|---|---|
committer | 2024-07-30 11:54:54 -0400 | |
commit | 49db00444e357361203f5e72816a2091efea50e7 (patch) | |
tree | b477bd70d88eceb16773ec6d47bf1dd936f06508 /examples/ssr | |
parent | 9f766d8b5884f2b19eed1d1f2c33df69ad61df67 (diff) | |
download | astro-c13c2875f2a36f4c79f06e8413e917247ab4e4c5.tar.gz astro-c13c2875f2a36f4c79f06e8413e917247ab4e4c5.tar.zst astro-c13c2875f2a36f4c79f06e8413e917247ab4e4c5.zip |
[ci] release (#11524)create-astro@4.8.1astro@4.12.3@astrojs/react@3.6.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 bd0ba7ad6..e3d6d5c4d 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.2", "@astrojs/svelte": "^5.7.0", - "astro": "^4.12.2", + "astro": "^4.12.3", "svelte": "^4.2.18" } } |