Fix failing e2e test (#4983)
This commit is contained in:
parent
b6203a41f7
commit
c1b6b0b64b
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*"
|
||||
"astro": "workspace:*",
|
||||
"vue": "^3.2.40"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue