mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-23 07:40:02 -06:00
fix: narrow the eslint peer dep version range, avoiding npm 7 error (#5962)
This commit is contained in:
@@ -32,6 +32,6 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
|
||||
"eslint": ">= 1.6.0"
|
||||
"eslint": ">= 1.6.0 < 7.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user