Skip to content

Commit

Permalink
Bump @testing-library/react from 11.0.2 to 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Sep 14, 2020
1 parent 2d9e655 commit 91272fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Maurice de Beijer <maurice.de.beijer@gmail.com>",
"license": "MIT",
"devDependencies": {
"@testing-library/react": "11.0.2",
"@testing-library/react": "11.0.4",
"@types/content-type": "1.1.3",
"@types/jest": "26.0.13",
"@types/media-typer": "1.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1525,10 +1525,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@testing-library/dom@^7.23.0":
version "7.24.1"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.24.1.tgz#0e8acd042070f2c1b183fbfe5c0d38b3194ad3c0"
integrity sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==
"@testing-library/dom@^7.24.2":
version "7.24.2"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.24.2.tgz#6d2b7dd21efbd5358b98c2777fc47c252f3ae55e"
integrity sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.10.3"
Expand All @@ -1538,13 +1538,13 @@
dom-accessibility-api "^0.5.1"
pretty-format "^26.4.2"

"@testing-library/react@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.2.tgz#4588cc537085907bd1d98b531eb247dbbf57b1cc"
integrity sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==
"@testing-library/react@11.0.4":
version "11.0.4"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.4.tgz#c84082bfe1593d8fcd475d46baee024452f31dee"
integrity sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew==
dependencies:
"@babel/runtime" "^7.11.2"
"@testing-library/dom" "^7.23.0"
"@testing-library/dom" "^7.24.2"

"@types/aria-query@^4.2.0":
version "4.2.0"
Expand Down

0 comments on commit 91272fc

Please sign in to comment.