upgrade dependencies, ant-design and eslint to fix lint issue

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-08-29 16:08:37 +05:30
parent 053b5415ee
commit 2d11f9e6ce
3 changed files with 527 additions and 702 deletions

1201
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,12 +11,12 @@
}, },
"dependencies": { "dependencies": {
"@antv/data-set": "^0.10.2", "@antv/data-set": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.21", "@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.1", "@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.1", "@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.1", "@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/vue-fontawesome": "^0.1.6", "@fortawesome/vue-fontawesome": "^0.1.6",
"ant-design-vue": "~1.3.15", "ant-design-vue": "~1.3.16",
"axios": "^0.19.0", "axios": "^0.19.0",
"enquire.js": "^2.1.6", "enquire.js": "^2.1.6",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
@ -38,20 +38,20 @@
"vuex": "^3.1.1" "vuex": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0", "@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.10.0", "@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.10.0", "@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.10.0", "@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20", "@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"babel-plugin-import": "^1.12.0", "babel-plugin-import": "^1.12.1",
"eslint": "^6.2.1", "eslint": "^6.2.2",
"eslint-plugin-html": "^6.0.0", "eslint-plugin-html": "^6.0.0",
"eslint-plugin-vue": "^5.2.3", "eslint-plugin-vue": "^5.2.3",
"less": "^3.10.1", "less": "^3.10.3",
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"vue-svg-icon-loader": "^2.1.1", "vue-svg-icon-loader": "^2.1.1",
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.6.10"

View File

@ -404,7 +404,7 @@ export default {
if (a.name > b.name) { return 1 } if (a.name > b.name) { return 1 }
return 0 return 0
}) })
for (var param of this.currentAction['params']) { for (const param of this.currentAction['params']) {
if (param.type === 'uuid' || param.name === 'account') { if (param.type === 'uuid' || param.name === 'account') {
this.listUuidOpts(param) this.listUuidOpts(param)
} }