mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-07 23:08:39 -06:00
chore: move yorkie from cli-service to plugin-eslint & plugin-typescript (#4153)
It is because yorkie is not used anywhere in @vue/cli-service, but only included for the `lintOn: 'commit'` feature of eslint & typescript plugin. Also, a lot of global installation issues are caused by the yorkie postinstall script. Moving it out of the dependency chain of `@vue/cli` mitigates such issues.
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.2.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
"webpack": ">=4 < 4.29",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">= 1.6.0"
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^6.0.1",
|
||||
"tslint": "^5.16.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
"webpack": ">=4 < 4.29",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">=2"
|
||||
|
||||
@@ -77,8 +77,7 @@
|
||||
"webpack-bundle-analyzer": "^3.3.2",
|
||||
"webpack-chain": "^6.0.0",
|
||||
"webpack-dev-server": "^3.4.1",
|
||||
"webpack-merge": "^4.2.1",
|
||||
"yorkie": "^2.0.0"
|
||||
"webpack-merge": "^4.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue-template-compiler": "^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user