Skip to content

Commit 55dde8a

Browse files
Bump @testing-library/react from 10.0.1 to 10.0.2 in /app
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v10.0.1...v10.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 2584d98 commit 55dde8a

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/preset-env": "7.9.0",
5252
"@babel/preset-react": "7.9.4",
5353
"@testing-library/jest-dom": "5.3.0",
54-
"@testing-library/react": "10.0.1",
54+
"@testing-library/react": "10.0.2",
5555
"babel-eslint": "10.1.0",
5656
"babel-jest": "25.1.0",
5757
"eslint": "6.8.0",

app/yarn.lock

+23-12
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,18 @@
12341234
dependencies:
12351235
type-detect "4.0.8"
12361236

1237-
"@testing-library/dom@^7.0.2", "@testing-library/dom@latest":
1237+
"@testing-library/dom@^7.1.0":
1238+
version "7.2.0"
1239+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.2.0.tgz#948894c2ef52017d299c35da02e085498363cd1e"
1240+
integrity sha512-K1Sao38VxsTrjTkFkzeW8m/oCtgCI5lANCE7u9ZaF+TTL3uKuiZ+vazeurxjvRHAsE6PvXjOIl6JFuZfgcWJSQ==
1241+
dependencies:
1242+
"@babel/runtime" "^7.9.2"
1243+
"@types/testing-library__dom" "^7.0.0"
1244+
aria-query "^4.0.2"
1245+
dom-accessibility-api "^0.4.2"
1246+
pretty-format "^25.1.0"
1247+
1248+
"@testing-library/dom@latest":
12381249
version "7.1.1"
12391250
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.1.1.tgz#bf890c2468bd717ffd8b336a819686907fbe4daa"
12401251
integrity sha512-CxspAIntyK2joLUJChOZgnwx7xBxdBC8ugwP+Z49Dd9O3sGVs0wHkOUOsfBVXHgBjmdZk8E3SyHZVrMRd9O1sA==
@@ -1260,14 +1271,14 @@
12601271
lodash "^4.17.15"
12611272
redent "^3.0.0"
12621273

1263-
"@testing-library/react@10.0.1":
1264-
version "10.0.1"
1265-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.1.tgz#4f5e2a8836257c5bd3df640b21d7bea5a0d83ead"
1266-
integrity sha512-sMHWud2dcymOzq2AhEniICSijEwKeTiBX+K0y36FYNY7wH2t0SIP1o732Bf5dDY0jYoMC2hj2UJSVpZC/rDsWg==
1274+
"@testing-library/react@10.0.2":
1275+
version "10.0.2"
1276+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d"
1277+
integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA==
12671278
dependencies:
1268-
"@babel/runtime" "^7.8.7"
1269-
"@testing-library/dom" "^7.0.2"
1270-
"@types/testing-library__react" "^9.1.3"
1279+
"@babel/runtime" "^7.9.2"
1280+
"@testing-library/dom" "^7.1.0"
1281+
"@types/testing-library__react" "^10.0.0"
12711282

12721283
"@types/babel__core@^7.1.0":
12731284
version "7.1.6"
@@ -1389,10 +1400,10 @@
13891400
dependencies:
13901401
"@types/jest" "*"
13911402

1392-
"@types/testing-library__react@^9.1.3":
1393-
version "9.1.3"
1394-
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.3.tgz#35eca61cc6ea923543796f16034882a1603d7302"
1395-
integrity sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w==
1403+
"@types/testing-library__react@^10.0.0":
1404+
version "10.0.0"
1405+
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.0.tgz#8413a47f435bf7ce50bbc1b6d119300d39aed5bd"
1406+
integrity sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ==
13961407
dependencies:
13971408
"@types/react-dom" "*"
13981409
"@types/testing-library__dom" "*"

0 commit comments

Comments
 (0)