diff options
author | 2025-03-31 10:40:59 +0100 | |
---|---|---|
committer | 2025-03-31 10:40:59 +0100 | |
commit | 758523cc04c51cc4a0cd55fb7800552c9ff0a5fc (patch) | |
tree | ec60fd931f435291f761d696286e017a947795c8 /examples/framework-multiple | |
parent | 2f6c0a751484d48a26f8945a5e8a42ce3c6f9381 (diff) | |
download | astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.gz astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.zst astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.zip |
fix(deps): update all non-major dependencies (#13521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6677cc9f2..6faeb588f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,14 +15,14 @@ "@astrojs/solid-js": "^5.0.6", "@astrojs/svelte": "^7.0.8", "@astrojs/vue": "^5.0.8", - "@types/react": "^18.3.19", + "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", "astro": "^5.5.5", "preact": "^10.26.4", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.5", - "svelte": "^5.23.2", + "svelte": "^5.25.3", "vue": "^3.5.13" } } |