diff options
author | 2025-01-20 15:38:35 +0000 | |
---|---|---|
committer | 2025-01-20 15:38:35 +0000 | |
commit | 3357ff649768f3c359834ffbe656cbec1a2803d4 (patch) | |
tree | b77b64511a27479104731c51fa9b4d7bf95f9dce /examples/framework-multiple | |
parent | f64b73cb8aaae02c52fa438ac8361044cf67f6dc (diff) | |
download | astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.gz astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.zst astro-3357ff649768f3c359834ffbe656cbec1a2803d4.zip |
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies
* chore: lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f032b00e6..2171a84eb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -22,7 +22,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.17.3", + "svelte": "^5.19.0", "vue": "^3.5.13" } } |