summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/e2e/fixtures/astro-envs/package.json3
-rw-r--r--pnpm-lock.yaml2
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/astro/e2e/fixtures/astro-envs/package.json b/packages/astro/e2e/fixtures/astro-envs/package.json
index 4309d0833..ae4b7d93c 100644
--- a/packages/astro/e2e/fixtures/astro-envs/package.json
+++ b/packages/astro/e2e/fixtures/astro-envs/package.json
@@ -4,6 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/vue": "workspace:*",
- "astro": "workspace:*"
+ "astro": "workspace:*",
+ "vue": "^3.2.40"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6d9bde609..27c3d18de 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -586,9 +586,11 @@ importers:
specifiers:
'@astrojs/vue': workspace:*
astro: workspace:*
+ vue: ^3.2.40
dependencies:
'@astrojs/vue': link:../../../../integrations/vue
astro: link:../../..
+ vue: 3.2.40
packages/astro/e2e/fixtures/client-only:
specifiers: