Update dependency @testing-library/cypress to v8.0.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-09-04 00:16:59 +00:00 committed by Tilman Vatteroth
parent e8202bd707
commit d45a0b1751
2 changed files with 5 additions and 5 deletions

View file

@ -174,7 +174,7 @@
},
"devDependencies": {
"@cypress/webpack-preprocessor": "5.9.1",
"@testing-library/cypress": "8.0.0",
"@testing-library/cypress": "8.0.1",
"@types/redux-devtools": "3.0.47",
"@types/redux-devtools-extension": "2.13.2",
"cross-env": "7.0.3",

View file

@ -1877,10 +1877,10 @@
"@svgr/plugin-svgo" "^5.5.0"
loader-utils "^2.0.0"
"@testing-library/cypress@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.0.tgz#290d9bd7d60a3398e9fd965cb45764023f8fcc05"
integrity sha512-hx1YYzS6oqQTMiQcTCqoEpB/sYOZWXDDyPw1Akr+LVLDFLRbvOG/lLVI4wpb12dJ2AzPm5dYjLGh5w3hbx/mGQ==
"@testing-library/cypress@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-8.0.1.tgz#46bf2ae45ba8599a5f77b1dc2386444564cad3ce"
integrity sha512-JCGy8u4ia+OQQJxVqKqjqpb0i4kmHQhu5jKFVBp+v/YSICnf52fil2MWIJqO+tH9ZQXtp3aF7uKHsVipWaI0BQ==
dependencies:
"@babel/runtime" "^7.14.6"
"@testing-library/dom" "^8.1.0"