feat: 2.0.0-alpha 比 2.0.0 更早,所以当版本是alpha时,需要指定为2.0.0-alpha.0

This commit is contained in:
万纯 2021-01-06 15:45:10 +08:00
parent bb81f11766
commit 4eb8257f43
10 changed files with 17 additions and 18 deletions

View File

@ -28,7 +28,6 @@
"@babel/register": "^7.12.1",
"@umijs/babel-preset-umi": "3.3.3",
"@umijs/utils": "3.3.3",
"@webank/fes-runtime": "^2.0.0",
"dotenv": "8.2.0",
"joi": "17.3.0",
"set-value": "3.0.2",

View File

@ -28,7 +28,7 @@
"access": "public"
},
"peerDependencies": {
"@webank/fes": "^2.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"vue": "^3.0.4"
}
}

View File

@ -32,7 +32,7 @@
},
"peerDependencies": {
"@ant-design/icons-vue": "^5.1.6",
"@webank/fes": "^2.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"ant-design-vue": "2.0.0-rc.3",
"vue": "^3.0.4"
}

View File

@ -33,7 +33,7 @@
},
"peerDependencies": {
"@ant-design/icons-vue": "^5.1.6",
"@webank/fes": "^2.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"ant-design-vue": "2.0.0-rc.3",
"vue": "^3.0.4"
}

View File

@ -31,7 +31,7 @@
"@umijs/utils": "3.3.3"
},
"peerDependencies": {
"@webank/fes": "^2.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"vue": "^3.0.4"
}
}

View File

@ -28,7 +28,7 @@
"access": "public"
},
"peerDependencies": {
"@webank/fes": "^2.0.0"
"@webank/fes": "^2.0.0-alpha.0"
},
"dependencies": {
"axios": "0.21.1"

View File

@ -31,7 +31,7 @@
"@vue/babel-plugin-jsx": "^1.0.0-rc.5",
"@vue/compiler-sfc": "^3.0.4",
"@vue/preload-webpack-plugin": "1.1.2",
"@webank/fes-compiler": "^2.0.0",
"@webank/fes-compiler": "^2.0.0-alpha.0",
"cliui": "6.0.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "2.0.17",

View File

@ -40,9 +40,9 @@
"postcss-px-to-viewport": "1.1.1"
},
"dependencies": {
"@webank/fes": "^2.0.0",
"@webank/fes-plugin-icon": "^1.0.0",
"@webank/fes-plugin-request": "^1.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"@webank/fes-plugin-icon": "^2.0.0-alpha.0",
"@webank/fes-plugin-request": "^2.0.0-alpha.0",
"vue": "^3.0.4"
}
}

View File

@ -43,11 +43,11 @@
"@webank/eslint-config-webank": "0.2.7"
},
"dependencies": {
"@webank/fes": "^2.0.0",
"@webank/fes-plugin-access": "^1.0.0",
"@webank/fes-plugin-layout": "^1.0.0",
"@webank/fes-plugin-locale": "^1.0.0",
"@webank/fes-plugin-model": "^1.0.0",
"@webank/fes": "^2.0.0-alpha.0",
"@webank/fes-plugin-access": "^2.0.0-alpha.0",
"@webank/fes-plugin-layout": "^2.0.0-alpha.0",
"@webank/fes-plugin-locale": "^2.0.0-alpha.0",
"@webank/fes-plugin-model": "^2.0.0-alpha.0",
"ant-design-vue": "2.0.0-rc.3",
"vue": "3.0.4"
}

View File

@ -39,9 +39,9 @@
],
"dependencies": {
"@umijs/utils": "3.3.3",
"@webank/fes-compiler": "^2.0.0",
"@webank/fes-preset-built-in": "^2.0.0",
"@webank/fes-runtime": "^2.0.0",
"@webank/fes-compiler": "^2.0.0-alpha.0",
"@webank/fes-preset-built-in": "^2.0.0-alpha.0",
"@webank/fes-runtime": "^2.0.0-alpha.0",
"resolve-cwd": "^3.0.0"
}
}