Skip to content

Commit a34ff68

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @testing-library/cypress to v5.2.1
1 parent 0c7775f commit a34ff68

File tree

3 files changed

+37
-44
lines changed

3 files changed

+37
-44
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"homepage": "https://github.com/NoriSte/reactjsday-2019-testing-course#readme",
6565
"devDependencies": {
66-
"@testing-library/cypress": "5.2.0",
66+
"@testing-library/cypress": "5.2.1",
6767
"chai-subset": "1.6.0",
6868
"concurrently": "5.1.0",
6969
"cross-env": "7.0.0",

yarn.lock

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
dependencies:
9898
"@babel/helper-plugin-utils" "^7.0.0"
9999

100-
"@babel/runtime@^7.5.5":
101-
version "7.6.3"
102-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
103-
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
100+
"@babel/runtime@^7.6.2", "@babel/runtime@^7.8.4":
101+
version "7.8.4"
102+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
103+
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
104104
dependencies:
105105
regenerator-runtime "^0.13.2"
106106

@@ -354,26 +354,26 @@
354354
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
355355
integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==
356356

357-
"@testing-library/[email protected].0":
358-
version "5.2.0"
359-
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-5.2.0.tgz#dc1eee422c6efb51c6b9ccc16768f983e3beca2d"
360-
integrity sha512-1ktU/mnZy28MfYTIuqO1KAn+4zP5f3iCDRVO4mcs/N5fvUBsjJAcrNEsFVVa6fzBJrphGzkUMHBbAh7uwXm9Lg==
357+
"@testing-library/[email protected].1":
358+
version "5.2.1"
359+
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-5.2.1.tgz#fc9f40fe0de95b1f4c3888a908c432e11a092fe7"
360+
integrity sha512-XJH7SdefT1chy6FDsl2PcWH6IOikswrHbjDTaymzJrteBi8eyEDBFVKoHtAlcSYikjJ8BykHM2qLyQjC7xB1wg==
361361
dependencies:
362-
"@babel/runtime" "^7.5.5"
363-
"@testing-library/dom" "^6.0.0"
364-
"@types/testing-library__cypress" "^5.0.0"
362+
"@babel/runtime" "^7.8.4"
363+
"@testing-library/dom" "^6.12.2"
364+
"@types/testing-library__cypress" "^5.0.2"
365365

366-
"@testing-library/dom@^6.0.0":
367-
version "6.6.0"
368-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.6.0.tgz#74139051e6b6743b244b2590bbba7387f51805c7"
369-
integrity sha512-x9Uyww+Ub5d6cSsBixECrPlyNy5wSKXxPQToKdaLYa8KvDBDKXlqBPGo7QoFFTrMocQmOEnY/tHxZLN77+tzAA==
366+
"@testing-library/dom@^6.12.2":
367+
version "6.12.2"
368+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.12.2.tgz#5d549acf43f2e0c23b2abfd4e36d65594c3b2741"
369+
integrity sha512-KCnvHra5fV+wDxg3wJObGvZFxq7v1DJt829GNFLuRDjKxVNc/B5AdsylNF5PMHFbWMXDsHwM26d2NZcZO9KjbQ==
370370
dependencies:
371-
"@babel/runtime" "^7.5.5"
371+
"@babel/runtime" "^7.6.2"
372372
"@sheerun/mutationobserver-shim" "^0.3.2"
373373
"@types/testing-library__dom" "^6.0.0"
374374
aria-query "3.0.0"
375-
pretty-format "^24.8.0"
376-
wait-for-expect "^1.3.0"
375+
pretty-format "^24.9.0"
376+
wait-for-expect "^3.0.0"
377377

378378
"@types/babel__core@^7.1.0":
379379
version "7.1.3"
@@ -428,14 +428,7 @@
428428
"@types/istanbul-lib-coverage" "*"
429429
"@types/istanbul-lib-report" "*"
430430

431-
"@types/jquery@*":
432-
version "3.3.31"
433-
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.3.31.tgz#27c706e4bf488474e1cb54a71d8303f37c93451b"
434-
integrity sha512-Lz4BAJihoFw5nRzKvg4nawXPzutkv7wmfQ5121avptaSIXlDNJCUuxZxX/G+9EVidZGuO0UBlk+YjKbwRKJigg==
435-
dependencies:
436-
"@types/sizzle" "*"
437-
438-
"@types/sizzle@*", "@types/[email protected]":
431+
439432
version "2.3.2"
440433
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
441434
integrity sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==
@@ -445,13 +438,13 @@
445438
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
446439
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
447440

448-
"@types/testing-library__cypress@^5.0.0":
449-
version "5.0.0"
450-
resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.0.tgz#23586b6183a504c59fbd716ba2bd2d5a909528e6"
451-
integrity sha512-0tpxkL+9nJTtSCbdGYA6/rB3/2dRvH7QrFsR1sjuLlK5iU9BVSbjaiy1h0nhnh314U9rtvp8h2Vxz2Vh717+6w==
441+
"@types/testing-library__cypress@^5.0.2":
442+
version "5.0.2"
443+
resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.2.tgz#b7ceef8efb5de417f7daedd76b6e30d63ae8dbf0"
444+
integrity sha512-Q4U1/HOY7EDUtwyHYMFOHTRrkOH/nClz6MudjtDxRlgmIudmVzuXJmNFNGR4GmcXovNc2fJFXsGaRUKZT0Df/w==
452445
dependencies:
453-
"@types/jquery" "*"
454446
"@types/testing-library__dom" "*"
447+
cypress "*"
455448

456449
"@types/testing-library__dom@*", "@types/testing-library__dom@^6.0.0":
457450
version "6.5.1"
@@ -1669,7 +1662,7 @@ [email protected]:
16691662
react "16.12.0"
16701663
react-dom "16.12.0"
16711664

1672-
1665+
cypress@*, cypress@3.8.3:
16731666
version "3.8.3"
16741667
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
16751668
integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
@@ -6101,7 +6094,7 @@ [email protected]:
61016094
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
61026095
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
61036096

6104-
pretty-format@^24.3.0, pretty-format@^24.8.0, pretty-format@^24.9.0:
6097+
pretty-format@^24.3.0, pretty-format@^24.9.0:
61056098
version "24.9.0"
61066099
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
61076100
integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
@@ -7969,10 +7962,10 @@ w3c-hr-time@^1.0.1:
79697962
dependencies:
79707963
browser-process-hrtime "^0.1.2"
79717964

7972-
wait-for-expect@^1.3.0:
7973-
version "1.3.0"
7974-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-1.3.0.tgz#65241ce355425f907f5d127bdb5e72c412ff830c"
7975-
integrity sha512-8fJU7jiA96HfGPt+P/UilelSAZfhMBJ52YhKzlmZQvKEZU2EcD1GQ0yqGB6liLdHjYtYAoGVigYwdxr5rktvzA==
7965+
wait-for-expect@^3.0.0:
7966+
version "3.0.1"
7967+
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-3.0.1.tgz#ec204a76b0038f17711e575720aaf28505ac7185"
7968+
integrity sha512-3Ha7lu+zshEG/CeHdcpmQsZnnZpPj/UsG3DuKO8FskjuDbkx3jE3845H+CuwZjA2YWYDfKMU2KhnCaXMLd3wVw==
79767969

79777970
79787971
version "4.0.0"

0 commit comments

Comments
 (0)