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

This commit is contained in:
Renovate Bot 2020-07-15 13:25:58 +00:00 committed by renovate[bot]
parent bb6de1c31d
commit 629f910615
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1465,10 +1465,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@10.4.6":
version "10.4.6"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.6.tgz#70a7cac35ac8256c22a8cb0c4779e0efefd218c6"
integrity sha512-pVcm8v0HxCEzrtasbC2bdhWM0P5X9o8a/xfBugC97uVVTmhVeGHj+5CdE1JYi/i2K+mCyeq5YqzHLW/gB+K12w==
"@testing-library/react@10.4.7":
version "10.4.7"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.7.tgz#fc14847fb70a5e93576b8f7f0d1490ead02a9061"
integrity sha512-hUYbum3X2f1ZKusKfPaooKNYqE/GtPiQ+D2HJaJ4pkxeNJQFVUEvAvEh9+3QuLdBeTWkDMNY5NSijc5+pGdM4Q==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"