diff options
author | 2025-01-13 23:59:09 +0800 | |
---|---|---|
committer | 2025-01-13 23:59:09 +0800 | |
commit | 7a0855b264c22875d3d5921c2d60382c3260f79d (patch) | |
tree | b62ca1a24d9af769c0c766f5ac942150c688b1f4 /examples/ssr | |
parent | 3d89e6282235a8da45d9ddfe02bcf7ec78056941 (diff) | |
download | astro-7a0855b264c22875d3d5921c2d60382c3260f79d.tar.gz astro-7a0855b264c22875d3d5921c2d60382c3260f79d.tar.zst astro-7a0855b264c22875d3d5921c2d60382c3260f79d.zip |
fix(deps): update all non-major dependencies (#12579)
Co-authored-by: renovate[bot] <29139614+renovate[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 66897620f..e956ec9c8 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,6 +14,6 @@ "@astrojs/node": "^9.0.0", "@astrojs/svelte": "^7.0.3", "astro": "^5.1.6", - "svelte": "^5.1.16" + "svelte": "^5.17.3" } } |