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

This commit is contained in:
Renovate Bot 2020-08-07 16:22:10 +00:00 committed by renovate[bot]
parent ce7cf575ed
commit 90161206e4
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@testing-library/jest-dom": "5.11.2",
"@testing-library/react": "10.4.7",
"@testing-library/react": "10.4.8",
"@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.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==
"@testing-library/react@10.4.8":
version "10.4.8"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.8.tgz#5eb730291b8fd81cdb2d8877770d060b044ae4a4"
integrity sha512-clgpFR6QHiRRcdhFfAKDhH8UXpNASyfkkANhtCsCVBnai+O+mK1rGtMES+Apc7ql5Wyxu7j8dcLiC4pV5VblHA==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"