diff options
author | 2024-09-30 10:17:49 +0800 | |
---|---|---|
committer | 2024-09-30 10:17:49 +0800 | |
commit | 928dc3111c7e607867048a83dd18fbd5b5041b9f (patch) | |
tree | 60527f8c2b6a87fc1429932a06fbea8919800c84 /examples/framework-multiple | |
parent | 2594eb088d53a98181ac820243bcb1a765856ecf (diff) | |
download | astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.gz astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.tar.zst astro-928dc3111c7e607867048a83dd18fbd5b5041b9f.zip |
fix(deps): update all non-major dependencies (#12092)
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 962d51bd8..a60dba30e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^5.7.1", "@astrojs/vue": "^4.5.1", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "preact": "^10.24.1", @@ -24,6 +24,6 @@ "react-dom": "^18.3.1", "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.8" + "vue": "^3.5.10" } } |