Skip to content

Commit

Permalink
Update dependency @testing-library/react to v10.4.3 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 3, 2020
1 parent dc4efed commit 8a95cdb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {},
"devDependencies": {
"@testing-library/jest-dom": "5.0.2",
"@testing-library/react": "10.3.0",
"@testing-library/react": "10.4.3",
"@testing-library/react-hooks": "3.2.1",
"@types/jest": "24.9.1",
"@typescript-eslint/parser": "2.34.0",
Expand Down
33 changes: 20 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364"
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"
Expand Down Expand Up @@ -318,13 +325,13 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@testing-library/dom@^7.14.2":
version "7.16.2"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.16.2.tgz#f7a20b5548817e5c7ed26077913372d977be90af"
integrity sha512-4fT5l5L+5gfNhUZVCg0wnSszbRJ7A1ZHEz32v7OzH3mcY5lUsK++brI3IB2L9F5zO4kSDc2TRGEVa8v2hgl9vA==
"@testing-library/dom@^7.17.1":
version "7.19.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.19.0.tgz#35d33bdac587000c4bd19cc73f3c58a05a0f29af"
integrity sha512-t4sIYKGJ8vCi+fEP3f+lnvomvhofHK8xXxhrapiRS8tnP6la9woE+d9hjivviRkwvNFAOAYaN7REKnQf5XCGxg==
dependencies:
"@babel/runtime" "^7.10.2"
aria-query "^4.0.2"
"@babel/runtime" "^7.10.3"
aria-query "^4.2.2"
dom-accessibility-api "^0.4.5"
pretty-format "^25.5.0"

Expand Down Expand Up @@ -352,13 +359,13 @@
"@babel/runtime" "^7.5.4"
"@types/testing-library__react-hooks" "^3.0.0"

"@testing-library/react@10.3.0":
version "10.3.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.3.0.tgz#d615385b8d86ef4d76142a423755d471b3673295"
integrity sha512-Rhn5uJK6lYHWzlGVbK6uAvheAW8AUoFYxTLGdDxgsJDaK/PYy5drWfW/6YpMMOKMw+u6jHHl4MNHlt5qLHnm0Q==
"@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.2"
"@testing-library/dom" "^7.14.2"
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"

"@types/babel__core@^7.1.0":
version "7.1.3"
Expand Down Expand Up @@ -670,7 +677,7 @@ aria-query@^3.0.0:
ast-types-flow "0.0.7"
commander "^2.11.0"

aria-query@^4.0.2:
aria-query@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
Expand Down

0 comments on commit 8a95cdb

Please sign in to comment.