This commit is contained in:
Bjorn Lu 2022-09-28 23:54:40 +08:00 committed by GitHub
parent 97aabe0075
commit 3832c083d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"@astrojs/react": "workspace:*"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}

View file

@ -1468,9 +1468,13 @@ importers:
specifiers:
'@astrojs/react': workspace:*
astro: workspace:*
react: ^18.2.0
react-dom: ^18.2.0
dependencies:
'@astrojs/react': link:../../../../integrations/react
astro: link:../../..
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
packages/astro/test/fixtures/before-hydration:
specifiers: