⬆ chore: update dependencies

This commit is contained in:
chuzhixin 2022-04-13 21:35:51 +08:00
parent df89a47d15
commit 978084b586
3 changed files with 17 additions and 17 deletions

View File

@ -42,11 +42,11 @@
- [🌐 码云仓库地址](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search)
## 🌐 备份地址(支持 https 网站自动更新)
<!-- ## 🌐 备份地址(支持 https 网站自动更新)
- [🚀 admin pro 演示地址(付费版本,支持 PC、平板、手机](https://chu1204505056.gitee.io/admin-pro/)
- [🚀 admin plus 演示地址vue3.x 付费版本,支持 PC、平板、手机](https://chu1204505056.gitee.io/admin-plus/)
- [🚀 admin plus 演示地址vue3.x 付费版本,支持 PC、平板、手机](https://chu1204505056.gitee.io/admin-plus/) -->
## 🍻 前端讨论 QQ 群

View File

@ -39,12 +39,12 @@
]
},
"dependencies": {
"axios": "^0.26.0",
"axios": "^0.26.1",
"clipboard": "^2.0.10",
"core-js": "^3.21.0",
"dayjs": "^1.10.7",
"echarts": "5.0.2",
"element-ui": "^2.15.6",
"core-js": "^3.21.1",
"dayjs": "^1.11.0",
"echarts": "5.3.2",
"element-ui": "^2.15.8",
"jsencrypt": "^3.2.1",
"lodash": "^4.17.21",
"maptalks": "^0.49.5",
@ -53,14 +53,14 @@
"nprogress": "^0.2.0",
"qs": "^6.10.3",
"screenfull": "^5.2.0",
"sortablejs": "^1.14.0",
"sortablejs": "^1.15.0",
"vab-icon": "^0.0.1",
"vue": "^2.6.14",
"vue-echarts": "5.0.0-beta.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2",
"zx-count": "^0.3.7",
"zx-layouts": "^0.6.28",
"zx-layouts": "^0.6.29",
"zx-magnifie": "^0.4.0",
"zx-markdown-editor": "^0.0.2",
"zx-player": "^1.0.2",
@ -72,23 +72,23 @@
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/composition-api": "^1.4.5",
"@vue/composition-api": "^1.4.9",
"@vue/eslint-config-prettier": "^7.0.0",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.1",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"eslint-plugin-vue": "^8.6.0",
"filemanager-webpack-plugin": "^6.1.7",
"image-webpack-loader": "^8.1.0",
"lint-staged": "^12.3.3",
"lint-staged": "^12.3.7",
"plop": "^3.0.5",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"sass": "~1.32.13",
"sass-loader": "^10.1.1",
"stylelint": "^14.3.0",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"svg-sprite-loader": "^6.0.11",

View File

@ -48,12 +48,12 @@
break
case 'pro':
window.open(
'https://chu1204505056.gitee.io/admin-pro/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
'https://vue-admin-beautiful.com/admin-pro/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
)
break
case 'plus':
window.open(
'https://chu1204505056.gitee.io/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
'https://vue-admin-beautiful.com/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
)
}
},