Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #1064
Browse files Browse the repository at this point in the history
1064: Update dependency @testing-library/react to v9.3.0 r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@testing-library/react](https://togithub.com/testing-library/react-testing-library) | devDependencies | minor | [`9.2.0` -> `9.3.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/9.2.0/9.3.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Oct 21, 2019
2 parents 5eb6bdb + d05e23e commit ccd6e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"webpack-merge": "4.2.2"
},
"devDependencies": {
"@testing-library/react": "9.2.0",
"@testing-library/react": "9.3.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"dotenv": "8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1044,10 +1044,10 @@
pretty-format "^24.8.0"
wait-for-expect "^1.3.0"

"@testing-library/react@9.2.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.2.0.tgz#143ad2d96b03c3c334e47aaf33cc2c9b7d007123"
integrity sha512-Hr87KZflfI+vPZjgyzBKQHolQHiXGU5aTGjQSCJdH/yGPbm+IzrvuWPS97GD3RUH3rSS1IXq1e2Sn8Hmyw2ctA==
"@testing-library/react@9.3.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8"
integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w==
dependencies:
"@babel/runtime" "^7.6.0"
"@testing-library/dom" "^6.3.0"
Expand Down

0 comments on commit ccd6e20

Please sign in to comment.