Bump @testing-library/cypress from 8.0.3 to 8.0.7 (#3797)
Bumps [@testing-library/cypress](https://github.com/kentcdodds/cypress-testing-library) from 8.0.3 to 8.0.7. - [Release notes](https://github.com/kentcdodds/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cypress-testing-library/compare/v8.0.3...v8.0.7) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
abf59b3f77
commit
59ccc0b084
2 changed files with 10 additions and 7 deletions
|
@ -88,7 +88,7 @@
|
|||
"@babel/preset-env": "^7.20.2",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.5",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/cypress": "^8.0.7",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
|
|
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -175,7 +175,7 @@
|
|||
"@babel/preset-env": "^7.20.2",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.5",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/cypress": "^8.0.7",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
|
@ -4097,9 +4097,10 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@testing-library/cypress": {
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz",
|
||||
"integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@testing-library/dom": "^8.1.0"
|
||||
|
@ -4109,7 +4110,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 || ^10.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 || ^11.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@testing-library/dom": {
|
||||
|
@ -17878,7 +17879,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@testing-library/cypress": {
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.7.tgz",
|
||||
"integrity": "sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
|
@ -18747,7 +18750,7 @@
|
|||
"@patternfly/react-core": "^4.261.0",
|
||||
"@patternfly/react-icons": "^4.92.10",
|
||||
"@patternfly/react-table": "^4.111.33",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/cypress": "^8.0.7",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
|
|
Loading…
Reference in a new issue