diff options
Diffstat (limited to 'packages/astro/test/fixtures/vue-jsx/package.json')
-rw-r--r-- | packages/astro/test/fixtures/vue-jsx/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/fixtures/vue-jsx/package.json b/packages/astro/test/fixtures/vue-jsx/package.json index 685e33687..709f4d466 100644 --- a/packages/astro/test/fixtures/vue-jsx/package.json +++ b/packages/astro/test/fixtures/vue-jsx/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "vue": "^3.5.11" + "vue": "^3.5.12" } } |