Bump cypress from 7.7.0 to 8.0.0 in /packages/website
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.7.0 to 8.0.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v7.7.0...v8.0.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b31d3bf680
commit
25710626a9
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cypress": "^7.7.0",
|
"cypress": "^8.0.0",
|
||||||
"cypress-file-upload": "^5.0.8",
|
"cypress-file-upload": "^5.0.8",
|
||||||
"prettier": "^2.3.2"
|
"prettier": "^2.3.2"
|
||||||
}
|
}
|
||||||
|
@ -7621,9 +7621,9 @@
|
||||||
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
||||||
},
|
},
|
||||||
"node_modules/cypress": {
|
"node_modules/cypress": {
|
||||||
"version": "7.7.0",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz",
|
||||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
"integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -33971,9 +33971,9 @@
|
||||||
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
"integrity": "sha1-PPY5FIemYppiR+sMoM4ACBt+Nho="
|
||||||
},
|
},
|
||||||
"cypress": {
|
"cypress": {
|
||||||
"version": "7.7.0",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz",
|
||||||
"integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
|
"integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@cypress/request": "^2.88.5",
|
"@cypress/request": "^2.88.5",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cypress": "^7.7.0",
|
"cypress": "^8.0.0",
|
||||||
"cypress-file-upload": "^5.0.8",
|
"cypress-file-upload": "^5.0.8",
|
||||||
"prettier": "^2.3.2"
|
"prettier": "^2.3.2"
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue