chore(deps): update dependency @testing-library/cypress to v8.0.3

pull/46319/head
Renovate Bot 2022-06-04 00:05:01 +00:00 committed by renovate[bot]
parent 0562a41781
commit e9574c4f67
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -33,7 +33,7 @@
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@testing-library/cypress": "8.0.2",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/user-event": "13.5.0",
@ -13369,9 +13369,9 @@
}
},
"node_modules/@testing-library/cypress": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.2.tgz",
"integrity": "sha512-KVdm7n37sg/A4e3wKMD4zUl0NpzzVhx06V9Tf0hZHZ7nrZ4yFva6Zwg2EFF1VzHkEfN/ahUzRtT1qiW+vuWnJw==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz",
"integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.14.6",
@ -13382,7 +13382,7 @@
"npm": ">=6"
},
"peerDependencies": {
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
}
},
"node_modules/@testing-library/dom": {
@ -63323,9 +63323,9 @@
}
},
"@testing-library/cypress": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.2.tgz",
"integrity": "sha512-KVdm7n37sg/A4e3wKMD4zUl0NpzzVhx06V9Tf0hZHZ7nrZ4yFva6Zwg2EFF1VzHkEfN/ahUzRtT1qiW+vuWnJw==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz",
"integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.14.6",

View File

@ -112,7 +112,7 @@
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@testing-library/cypress": "8.0.2",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/user-event": "13.5.0",