Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing @testing-library/dom peer dependency (#191576)
## Summary During `yarn kbn bootstrap` we get the following message: > @testing-library/user-event@13.5.0" has unmet peer dependency "@testing-library/dom@>=7.21.4". This PR adds `@testing-library/dom` version `8.19.0` to `package.json` to match the version used by `@testing-library/react`. Future versions of `@testing-library/react` switched to requiring this dependency to be a peer dependency too. This PR is in preparation for #189949. ### Checklist - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- Loading branch information