Skip to content

Commit

Permalink
Fix react dependencies to improve test reliability (#3673)
Browse files Browse the repository at this point in the history
* Fix local react tests by unifying versions

* Add missing dependencies to react tests

* Add changeset

* Fix lockfile

Co-authored-by: Matthew Phillips <[email protected]>
  • Loading branch information
hippotastic and matthewp authored Jun 22, 2022
1 parent 67f7588 commit fe0f466
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"dependencies": {
"astro": "workspace:*",
"@astrojs/react": "workspace:*",
"@astrojs/netlify": "workspace:*"
"@astrojs/netlify": "workspace:*",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}

0 comments on commit fe0f466

Please sign in to comment.