Skip to content

Commit

Permalink
Update dependency @testing-library/cypress to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 22, 2019
1 parent e28af2b commit 7336c7c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 54 deletions.
85 changes: 41 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"yup": "0.27.0"
},
"devDependencies": {
"@testing-library/cypress": "4.2.0",
"@testing-library/cypress": "5.0.2",
"cypress": "3.4.1",
"prettier": "1.18.2",
"react-test-renderer": "16.10.2"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2355,14 +2355,14 @@
"@svgr/plugin-svgo" "^4.3.1"
loader-utils "^1.2.3"

"@testing-library/cypress@4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-4.2.0.tgz#788ed4ccb3ad2f70fbe4758f07995cd1cdd58ba7"
integrity sha512-IFM/iuVBUi0ciw5rx6zzX//DtFUrPumZJIDjMRe1MzsoakdvLfMdPtt2DuvEt3iJHmH0LQM1vZCIoQDUe99yhQ==
"@testing-library/cypress@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-5.0.2.tgz#68746fc9db11dabcc4bf883e25b64316f637be71"
integrity sha512-AmvBLE+isA/vpdBTXpJ5tu+UYMDgqNW015RVa0nBPJHrv5UXNlmDZyu8tpkxGTFhcf+iFSA2pHuK1jUCQ8PnXQ==
dependencies:
"@babel/runtime" "^7.5.5"
"@testing-library/dom" "^6.0.0"
"@types/testing-library__cypress" "^4.1.0"
"@types/testing-library__cypress" "^5.0.0"

"@testing-library/dom@^6.0.0":
version "6.1.0"
Expand Down Expand Up @@ -2666,10 +2666,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==

"@types/testing-library__cypress@^4.1.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-4.2.0.tgz#c319e12f5dacfed4761bb47432a029a50abf60ba"
integrity sha512-e3Z7zLHGH+n5B0kfYEW5GoO55J2nCNSFnacg0wnXkMOpBKvZVXB5GtRVCWQF2+I2vnCahu8dB96AmLh7dnw5TA==
"@types/testing-library__cypress@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.0.tgz#23586b6183a504c59fbd716ba2bd2d5a909528e6"
integrity sha512-0tpxkL+9nJTtSCbdGYA6/rB3/2dRvH7QrFsR1sjuLlK5iU9BVSbjaiy1h0nhnh314U9rtvp8h2Vxz2Vh717+6w==
dependencies:
"@types/jquery" "*"
"@types/testing-library__dom" "*"
Expand Down

0 comments on commit 7336c7c

Please sign in to comment.