Fix failing e2e test (#4983)

This commit is contained in:
Bjorn Lu 2022-10-05 22:19:26 +08:00 committed by GitHub
parent b6203a41f7
commit c1b6b0b64b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@astrojs/vue": "workspace:*", "@astrojs/vue": "workspace:*",
"astro": "workspace:*" "astro": "workspace:*",
"vue": "^3.2.40"
} }
} }

View file

@ -586,9 +586,11 @@ importers:
specifiers: specifiers:
'@astrojs/vue': workspace:* '@astrojs/vue': workspace:*
astro: workspace:* astro: workspace:*
vue: ^3.2.40
dependencies: dependencies:
'@astrojs/vue': link:../../../../integrations/vue '@astrojs/vue': link:../../../../integrations/vue
astro: link:../../.. astro: link:../../..
vue: 3.2.40
packages/astro/e2e/fixtures/client-only: packages/astro/e2e/fixtures/client-only:
specifiers: specifiers: