diff options
author | 2024-09-10 15:01:44 +0200 | |
---|---|---|
committer | 2024-09-10 15:01:44 +0200 | |
commit | 40760a8ace13d8be56f3f164f97831c96565c7ee (patch) | |
tree | 8c81e7873cc61a74a67eb83732c341b4631a4935 /examples/framework-multiple | |
parent | a1176a1d93760f78fde49fab2d1934a9dd910d58 (diff) | |
parent | 1c64ae304d3c008a776e98e48fd3ece8be7b1fb5 (diff) | |
download | astro-40760a8ace13d8be56f3f164f97831c96565c7ee.tar.gz astro-40760a8ace13d8be56f3f164f97831c96565c7ee.tar.zst astro-40760a8ace13d8be56f3f164f97831c96565c7ee.zip |
Merge branch 'main' into next
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 e408e6679..568c1f72c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.5.2", + "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", "@astrojs/svelte": "^6.0.0-alpha.0", @@ -24,6 +24,6 @@ "react-dom": "^18.3.1", "solid-js": "^1.8.22", "svelte": "^4.2.19", - "vue": "^3.4.38" + "vue": "^3.5.3" } } |