Skip to content

Commit f53a785

Browse files
committed
chore(deps): update dependency @testing-library/react to v9.2.0
1 parent d23f92e commit f53a785

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@testing-library/jest-dom": "4.1.0",
35-
"@testing-library/react": "9.1.4",
35+
"@testing-library/react": "9.2.0",
3636
"@types/autoprefixer": "9.6.1",
3737
"@types/clean-css": "4.2.1",
3838
"@types/debug": "4.1.5",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,13 @@
926926
dependencies:
927927
regenerator-runtime "^0.13.2"
928928

929+
"@babel/runtime@^7.6.0":
930+
version "7.6.2"
931+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
932+
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
933+
dependencies:
934+
regenerator-runtime "^0.13.2"
935+
929936
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
930937
version "7.6.0"
931938
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
@@ -1290,10 +1297,10 @@
12901297
"@tensorflow/tfjs-data" "1.2.9"
12911298
"@tensorflow/tfjs-layers" "1.2.9"
12921299

1293-
"@testing-library/dom@^6.1.0":
1294-
version "6.2.0"
1295-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.2.0.tgz#6eeee738af12a2f02e74dc8cbadeaed1fc4223e5"
1296-
integrity sha512-YaaoAIDTNV8AfC19XLa6KNeBB5KuSxWYPrgYN1vBu1i+czQlfWJSCS0A3yd2V3BUH9di9C1BD+7OoyVBpZCh2Q==
1300+
"@testing-library/dom@^6.3.0":
1301+
version "6.4.1"
1302+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.4.1.tgz#4efd38d896b9b2255025acf9567e2360e1f4814f"
1303+
integrity sha512-bjPHLO5NzlTvA57Tfz8txHEUmnOed3NuvObB2ttoKfO6A/utr7TZt9bDHHcYymcZIG2IsQZLix/m4ZKkedDDwQ==
12971304
dependencies:
12981305
"@babel/runtime" "^7.5.5"
12991306
"@sheerun/mutationobserver-shim" "^0.3.2"
@@ -1317,13 +1324,13 @@
13171324
pretty-format "^24.0.0"
13181325
redent "^3.0.0"
13191326

1320-
"@testing-library/react@9.1.4":
1321-
version "9.1.4"
1322-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.1.4.tgz#4cc1a228a944c0f468ee501e7da1651d8bbd9902"
1323-
integrity sha512-fQ/PXZoLcmnS1W5ZiM3P7XBy2x6Hm9cJAT/ZDuZKzJ1fS1rN3j31p7ReAqUe3N1kJ46sNot0n1oiGbz7FPU+FA==
1327+
"@testing-library/react@9.2.0":
1328+
version "9.2.0"
1329+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.2.0.tgz#143ad2d96b03c3c334e47aaf33cc2c9b7d007123"
1330+
integrity sha512-Hr87KZflfI+vPZjgyzBKQHolQHiXGU5aTGjQSCJdH/yGPbm+IzrvuWPS97GD3RUH3rSS1IXq1e2Sn8Hmyw2ctA==
13241331
dependencies:
1325-
"@babel/runtime" "^7.5.5"
1326-
"@testing-library/dom" "^6.1.0"
1332+
"@babel/runtime" "^7.6.0"
1333+
"@testing-library/dom" "^6.3.0"
13271334
"@types/testing-library__react" "^9.1.0"
13281335

13291336
"@types/anymatch@*":

0 commit comments

Comments
 (0)