Skip to content

chore: some dependency version bumps #6430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migrations/migrate-from-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.12.16",
"jscodeshift": "^0.11.0"
"jscodeshift": "^0.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
995 changes: 614 additions & 381 deletions yarn.lock

Large diffs are not rendered by default.