Update dependency @testing-library/react to v10.4.5 (#318)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-12 01:18:49 +02:00 committed by GitHub
parent a0db095088
commit 12bd76a8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"@testing-library/react": "10.4.5",
"@testing-library/user-event": "12.0.11",
"@types/codemirror": "0.0.96",
"@types/deep-equal": "1.0.1",

View file

@ -1426,13 +1426,14 @@
lodash "^4.17.15"
redent "^3.0.0"
"@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==
"@testing-library/react@10.4.5":
version "10.4.5"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.5.tgz#e66e004d6beb60a26b4e5d4e4d9989738d7077f3"
integrity sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"
semver "^7.3.2"
"@testing-library/user-event@12.0.11":
version "12.0.11"