mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
Fix test (#4904)
This commit is contained in:
parent
97aabe0075
commit
3832c083d4
2 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/react": "workspace:*",
|
||||||
"astro": "workspace:*",
|
"astro": "workspace:*",
|
||||||
"@astrojs/react": "workspace:*"
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
|
@ -1468,9 +1468,13 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': workspace:*
|
'@astrojs/react': workspace:*
|
||||||
astro: workspace:*
|
astro: workspace:*
|
||||||
|
react: ^18.2.0
|
||||||
|
react-dom: ^18.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/react': link:../../../../integrations/react
|
'@astrojs/react': link:../../../../integrations/react
|
||||||
astro: link:../../..
|
astro: link:../../..
|
||||||
|
react: 18.2.0
|
||||||
|
react-dom: 18.2.0_react@18.2.0
|
||||||
|
|
||||||
packages/astro/test/fixtures/before-hydration:
|
packages/astro/test/fixtures/before-hydration:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue