diff options
Diffstat (limited to 'packages/astro/e2e/fixtures/nested-in-vue/package.json')
-rw-r--r-- | packages/astro/e2e/fixtures/nested-in-vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json index 0e0cccf49..4f3914169 100644 --- a/packages/astro/e2e/fixtures/nested-in-vue/package.json +++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.24.1", + "preact": "^10.24.2", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.10" + "vue": "^3.5.11" } } |