mirror of https://github.com/apache/cloudstack.git
package: update vue, antd and dependencies
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
338de72665
commit
b7dab56737
File diff suppressed because it is too large
Load Diff
|
|
@ -32,13 +32,13 @@
|
|||
"test:unit": "vue-cli-service test:unit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.13.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
||||
"@fortawesome/vue-fontawesome": "^0.1.9",
|
||||
"ant-design-vue": "~1.6.2",
|
||||
"antd-theme-webpack-plugin": "^1.3.4",
|
||||
"axios": "^0.19.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.2",
|
||||
"ant-design-vue": "~1.7.2",
|
||||
"antd-theme-webpack-plugin": "^1.3.7",
|
||||
"axios": "^0.21.1",
|
||||
"babel-plugin-require-context-hook": "^1.0.0",
|
||||
"core-js": "^3.6.5",
|
||||
"enquire.js": "^2.1.6",
|
||||
|
|
@ -49,15 +49,15 @@
|
|||
"npm-check-updates": "^6.0.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"viser-vue": "^2.4.8",
|
||||
"vue": "^2.6.11",
|
||||
"vue": "^2.6.12",
|
||||
"vue-clipboard2": "^0.3.1",
|
||||
"vue-cropper": "0.5.4",
|
||||
"vue-i18n": "^8.18.2",
|
||||
"vue-ls": "^3.2.1",
|
||||
"vue-router": "^3.3.3",
|
||||
"vue-cropper": "0.5.6",
|
||||
"vue-i18n": "^8.22.4",
|
||||
"vue-ls": "^3.2.2",
|
||||
"vue-router": "^3.4.9",
|
||||
"vue-svg-component-runtime": "^1.0.1",
|
||||
"vuedraggable": "^2.23.2",
|
||||
"vuex": "^3.4.0"
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli": "^4.4.1",
|
||||
|
|
@ -83,9 +83,9 @@
|
|||
"node-sass": "^4.13.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"vue-cli-plugin-i18n": "^0.6.1",
|
||||
"vue-cli-plugin-i18n": "^1.0.1",
|
||||
"vue-svg-icon-loader": "^2.1.1",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^4.43.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue