diff options
author | 2025-01-31 14:34:32 +0000 | |
---|---|---|
committer | 2025-01-31 14:34:32 +0000 | |
commit | cbd056c94ce837e15cf3609a844e85e6459b1560 (patch) | |
tree | e20c7984bab30bbf5669c8f9c0476bb3424f8667 /examples/framework-multiple | |
parent | 6430aee5c79767036c7970af92a09bd8665a4836 (diff) | |
download | astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.gz astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.zst astro-cbd056c94ce837e15cf3609a844e85e6459b1560.zip |
fix(deps): update all non-major dependencies (#13074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
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 4aba1a83b..7002df855 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.19.0", + "svelte": "^5.19.6", "vue": "^3.5.13" } } |