mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-06 23:18:28 -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.
(cherry picked from commit 271bf395df)
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.2.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
"webpack": ">=4 < 4.29",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint": "^4.19.1",
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^5.3.3",
|
||||
"tslint": "^5.15.0",
|
||||
"webpack": ">=4 < 4.29"
|
||||
"webpack": ">=4 < 4.29",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">=2"
|
||||
|
||||
@@ -78,8 +78,7 @@
|
||||
"webpack-bundle-analyzer": "^3.3.0",
|
||||
"webpack-chain": "^4.11.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