Skip to content

Commit a9b63ac

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

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.3.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.5.0"
1302+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.5.0.tgz#9419fec57a544917bd5e398d40826425be50ee0a"
1303+
integrity sha512-3lQx248dhJzvV2a76F1VaqehX+iquSVVW27caDaLoQZdUHEZjB370n7FO2WoYwOQQ7NB10AvfPhrARYnNgvf1g==
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.3.0":
1328+
version "9.3.0"
1329+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8"
1330+
integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w==
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)