chore: some dependency version bumps (#6430)

Default Cypress version is now v7
This commit is contained in:
Haoqun Jiang
2021-04-24 20:25:34 +08:00
committed by GitHub
parent e661a92375
commit 4473ca2e13
8 changed files with 621 additions and 388 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.12.16",
"jscodeshift": "^0.11.0"
"jscodeshift": "^0.12.0"
},
"publishConfig": {
"access": "public"

View File

@@ -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": {

View File

@@ -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"
},

View File

@@ -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",

View File

@@ -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"

993
yarn.lock

File diff suppressed because it is too large Load Diff