mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 锁定vue的版本,优先使用项目的
This commit is contained in:
parent
c1f49f3959
commit
cc2a154962
@ -25,7 +25,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
||||
"devDependencies": {
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@webank/eslint-config-webank": "0.2.7",
|
||||
"postcss-px-to-viewport": "1.1.1"
|
||||
},
|
||||
|
@ -27,7 +27,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
||||
"devDependencies": {
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@webank/eslint-config-webank": "0.2.7"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -42,6 +42,9 @@ export default (api) => {
|
||||
key: 'addProjectFirstLibraries',
|
||||
type: api.ApplyPluginsType.add,
|
||||
initialValue: [
|
||||
{
|
||||
name: 'vue'
|
||||
}
|
||||
]
|
||||
});
|
||||
libraries.forEach((library) => {
|
||||
|
@ -40,7 +40,6 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@webank/eslint-config-webank": "^0.2.10",
|
||||
"postcss-px-to-viewport": "1.1.1"
|
||||
},
|
||||
|
@ -43,7 +43,6 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@webank/eslint-config-webank": "^0.2.10"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user