From c1b6b0b64bd8804e9279beafa8b11cfb952a55ce Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Wed, 5 Oct 2022 22:19:26 +0800 Subject: [PATCH] Fix failing e2e test (#4983) --- packages/astro/e2e/fixtures/astro-envs/package.json | 3 ++- pnpm-lock.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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: