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,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/vue": "workspace:*",
|
"@astrojs/vue": "workspace:*",
|
||||||
"astro": "workspace:*"
|
"astro": "workspace:*",
|
||||||
|
"vue": "^3.2.40"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue