diff options
author | 2024-10-15 14:42:58 +0800 | |
---|---|---|
committer | 2024-10-15 14:42:58 +0800 | |
commit | 5ab2d980aae8c92e71e01a8bd21c8d771e576085 (patch) | |
tree | 1427f61bf23ab3e71d267f8d214659d454268072 /examples/framework-multiple | |
parent | 79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b (diff) | |
download | astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.gz astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.zst astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.zip |
fix(deps): update all non-major dependencies (#12218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3f8ab04ed..6c44695ff 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,13 +17,13 @@ "@astrojs/svelte": "^5.7.2", "@astrojs/vue": "^4.5.2", "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "astro": "^4.16.3", - "preact": "^10.24.2", + "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.9.1", + "solid-js": "^1.9.2", "svelte": "^4.2.19", - "vue": "^3.5.11" + "vue": "^3.5.12" } } |