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,
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*"
"astro": "workspace:*",
"vue": "^3.2.40"
}
}

View file

@ -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: