Update dependency @testing-library/react to v10.4.3

This commit is contained in:
Renovate Bot 2020-06-25 04:36:28 +00:00 committed by renovate[bot]
parent eef3726578
commit f623c8aa1c
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@testing-library/jest-dom": "5.10.1",
"@testing-library/react": "10.4.2",
"@testing-library/react": "10.4.3",
"@testing-library/user-event": "11.4.2",
"prop-types": "15.7.2",
"react": "16.13.1",

View File

@ -1306,10 +1306,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f"
integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q==
"@testing-library/react@10.4.3":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.3.tgz#c6f356688cffc51f6b35385583d664bb11a161f4"
integrity sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"