upgrade cypress to v8.0.0

This commit is contained in:
Felipe Knorr Kuhn
2021-07-20 21:11:52 -07:00
parent 5c31e8e6c9
commit cb3ff7d906
2 changed files with 8 additions and 8 deletions

View File

@@ -71,7 +71,7 @@
"typescript": "~4.1.5" "typescript": "~4.1.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"cypress": "^7.7.0" "cypress": "^8.0.0"
} }
}, },
"node_modules/@angular-devkit/architect": { "node_modules/@angular-devkit/architect": {
@@ -6136,9 +6136,9 @@
"dev": true "dev": true
}, },
"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==",
"hasInstallScript": true, "hasInstallScript": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
@@ -25476,9 +25476,9 @@
"dev": true "dev": true
}, },
"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==",
"optional": true, "optional": true,
"requires": { "requires": {
"@cypress/request": "^2.88.5", "@cypress/request": "^2.88.5",

View File

@@ -113,6 +113,6 @@
"typescript": "~4.1.5" "typescript": "~4.1.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"cypress": "^7.7.0" "cypress": "^8.0.0"
} }
} }