Skip to content

Commit a04509d

Browse files
authored
feat: update cypress to v6 (#6120)
1 parent 69b570e commit a04509d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
104104
### E2E-Cypress Plugin
105105

106106
* Cypress is required as a peer dependency.
107-
* Cypress is updated from v3 to v5. See [Cypress Migration Guide](https://docs.cypress.io/guides/references/migration-guide.html) for detailed instructions of the migration process.
107+
* Cypress is updated from v3 to v6. See [Cypress Migration Guide](https://docs.cypress.io/guides/references/migration-guide.html) for detailed instructions of the migration process.
108108

109109
### Unit-Jest Plugin
110110

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^4.5.8",
27-
"cypress": "^5.2.0",
28-
"eslint-plugin-cypress": "^2.10.3"
27+
"cypress": "^6.1.0",
28+
"eslint-plugin-cypress": "^2.11.2"
2929
},
3030
"peerDependencies": {
3131
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

0 commit comments

Comments
 (0)