Skip to content

Commit

Permalink
Bump @testing-library/react from 10.0.1 to 10.0.2 in /app (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 31, 2020
1 parent 2584d98 commit 3a0be53
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"@testing-library/jest-dom": "5.3.0",
"@testing-library/react": "10.0.1",
"@testing-library/react": "10.0.2",
"babel-eslint": "10.1.0",
"babel-jest": "25.1.0",
"eslint": "6.8.0",
Expand Down
35 changes: 23 additions & 12 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,18 @@
dependencies:
type-detect "4.0.8"

"@testing-library/dom@^7.0.2", "@testing-library/dom@latest":
"@testing-library/dom@^7.1.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.2.0.tgz#948894c2ef52017d299c35da02e085498363cd1e"
integrity sha512-K1Sao38VxsTrjTkFkzeW8m/oCtgCI5lANCE7u9ZaF+TTL3uKuiZ+vazeurxjvRHAsE6PvXjOIl6JFuZfgcWJSQ==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__dom" "^7.0.0"
aria-query "^4.0.2"
dom-accessibility-api "^0.4.2"
pretty-format "^25.1.0"

"@testing-library/dom@latest":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.1.1.tgz#bf890c2468bd717ffd8b336a819686907fbe4daa"
integrity sha512-CxspAIntyK2joLUJChOZgnwx7xBxdBC8ugwP+Z49Dd9O3sGVs0wHkOUOsfBVXHgBjmdZk8E3SyHZVrMRd9O1sA==
Expand All @@ -1260,14 +1271,14 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.1.tgz#4f5e2a8836257c5bd3df640b21d7bea5a0d83ead"
integrity sha512-sMHWud2dcymOzq2AhEniICSijEwKeTiBX+K0y36FYNY7wH2t0SIP1o732Bf5dDY0jYoMC2hj2UJSVpZC/rDsWg==
"@testing-library/react@10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d"
integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA==
dependencies:
"@babel/runtime" "^7.8.7"
"@testing-library/dom" "^7.0.2"
"@types/testing-library__react" "^9.1.3"
"@babel/runtime" "^7.9.2"
"@testing-library/dom" "^7.1.0"
"@types/testing-library__react" "^10.0.0"

"@types/babel__core@^7.1.0":
version "7.1.6"
Expand Down Expand Up @@ -1389,10 +1400,10 @@
dependencies:
"@types/jest" "*"

"@types/testing-library__react@^9.1.3":
version "9.1.3"
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.3.tgz#35eca61cc6ea923543796f16034882a1603d7302"
integrity sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w==
"@types/testing-library__react@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.0.tgz#8413a47f435bf7ce50bbc1b6d119300d39aed5bd"
integrity sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ==
dependencies:
"@types/react-dom" "*"
"@types/testing-library__dom" "*"
Expand Down

0 comments on commit 3a0be53

Please sign in to comment.