Update dependency @testing-library/react to v10.2.1 (#160)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-05 21:57:33 +02:00 committed by GitHub
parent 9212bae9ea
commit 1c2dd630d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "5.9.0",
"@testing-library/react": "10.2.0",
"@testing-library/react": "10.2.1",
"@testing-library/user-event": "11.2.1",
"@types/jest": "25.2.3",
"@types/node": "12.12.44",

View file

@ -1410,10 +1410,10 @@
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react@10.2.0":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.0.tgz#dde740cb7374c93cefec4faa750c4b50dca7bf3f"
integrity sha512-TYQZ4vz0lGCGRgFqQivrtUGQhAlRSxHlYB0sDFJ6h2BZ0IrgRMF3EDQixn5UJk8oMsZJuE1HNnOA0yP4Ci2kyA==
"@testing-library/react@10.2.1":
version "10.2.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.2.1.tgz#f0c5ac9072ad54c29672150943f35d6617263f26"
integrity sha512-pv2jZhiZgN1/alz1aImhSasZAOPg3er2Kgcfg9fzuw7aKPLxVengqqR1n0CJANeErR1DqORauQaod+gGUgAJOQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@testing-library/dom" "^7.9.0"