mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 14:50:06 -06:00
chore: some dependency version bumps (#6430)
Default Cypress version is now v7
This commit is contained in:
@@ -120,7 +120,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
|
||||
### E2E-Cypress Plugin
|
||||
|
||||
* Cypress is required as a peer dependency.
|
||||
* 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.
|
||||
* Cypress is updated from v3 to v7. See [Cypress Migration Guide](https://docs.cypress.io/guides/references/migration-guide.html) for detailed instructions of the migration process.
|
||||
|
||||
### E2E-WebDriverIO Plugin
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@vuepress/theme-vue": "^1.8.1",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "^26.6.3",
|
||||
"chromedriver": "^88.0.0",
|
||||
"chromedriver": "^90.0.0",
|
||||
"debug": "^4.1.0",
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"semver": "^7.3.4",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"typescript": "~4.1.5",
|
||||
"verdaccio": "^4.11.0",
|
||||
"verdaccio": "^5.0.1",
|
||||
"vuepress": "^1.8.1",
|
||||
"webpack": "^5.22.0",
|
||||
"yorkie": "^2.0.0"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.12.16",
|
||||
"jscodeshift": "^0.11.0"
|
||||
"jscodeshift": "^0.12.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
|
||||
"cypress": "^6.5.0",
|
||||
"cypress": "^7.1.0",
|
||||
"eslint-plugin-cypress": "^2.11.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"nightwatch": "^1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chromedriver": "^88.0.0",
|
||||
"chromedriver": "^90.0.0",
|
||||
"geckodriver": "^1.22.1",
|
||||
"selenium-server": "^3.141.59"
|
||||
},
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"chromedriver": "^88.0.0",
|
||||
"chromedriver": "^90.0.0",
|
||||
"geckodriver": "^1.22.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"wdio-chromedriver-service": "^7.0.0",
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"@types/chai": "^4.2.15",
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"jscodeshift": "^0.11.0",
|
||||
"jscodeshift": "^0.12.0",
|
||||
"typescript": "~4.1.5",
|
||||
"vue-class-component": "^7.2.3",
|
||||
"vue-property-decorator": "^9.1.2"
|
||||
|
||||
Reference in New Issue
Block a user