Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/cypress to v8.0.3 (#788)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 4, 2022
1 parent f6595a8 commit cfd10d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion functional-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean-results": "rimraf test-results/*.xml"
},
"devDependencies": {
"@testing-library/cypress": "8.0.2",
"@testing-library/cypress": "8.0.3",
"chai-colors": "1.0.1",
"cypress": "9.6.0",
"lodash": "4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions functional-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@testing-library/[email protected].2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.2.tgz#b13f0ff2424dec4368b6670dfbfb7e43af8eefc9"
integrity sha512-KVdm7n37sg/A4e3wKMD4zUl0NpzzVhx06V9Tf0hZHZ7nrZ4yFva6Zwg2EFF1VzHkEfN/ahUzRtT1qiW+vuWnJw==
"@testing-library/[email protected].3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.3.tgz#24ab34df34d7896866603ade705afbdd186e273c"
integrity sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==
dependencies:
"@babel/runtime" "^7.14.6"
"@testing-library/dom" "^8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean-dev-dist": "rimraf dev-dist"
},
"devDependencies": {
"@testing-library/cypress": "8.0.2",
"@testing-library/cypress": "8.0.3",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@types/jest": "27.5.2",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1847,10 +1847,10 @@
dependencies:
tslib "^2.4.0"

"@testing-library/[email protected].2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.2.tgz#b13f0ff2424dec4368b6670dfbfb7e43af8eefc9"
integrity sha512-KVdm7n37sg/A4e3wKMD4zUl0NpzzVhx06V9Tf0hZHZ7nrZ4yFva6Zwg2EFF1VzHkEfN/ahUzRtT1qiW+vuWnJw==
"@testing-library/[email protected].3":
version "8.0.3"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.3.tgz#24ab34df34d7896866603ade705afbdd186e273c"
integrity sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==
dependencies:
"@babel/runtime" "^7.14.6"
"@testing-library/dom" "^8.1.0"
Expand Down

0 comments on commit cfd10d9

Please sign in to comment.