-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix react dependencies to improve test reliability #3673
Fix react dependencies to improve test reliability #3673
Conversation
🦋 Changeset detectedLatest commit: edbee3d The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Note: Failing smoke tests are being addressed in a different PR and are not related to my changes. |
If you rebase this should pass: #3674 |
As just discussed, I'll fix the lockfile later today. Putting this on hold until then! |
@hippotastic I got this, will fix and merge. |
Awesome, thanks a lot! |
* Fix local react tests by unifying versions * Add missing dependencies to react tests * Add changeset * Fix lockfile Co-authored-by: Matthew Phillips <[email protected]>
Changes
react
/react-dom
version^17.0.2
to the same version as all our other packages (^18.1.0
). This fixes local test runs in our monorepo which were failing since commit f5afaf2.Testing
Docs