mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
⬆ chore: update dependencies
This commit is contained in:
parent
5c72e423ce
commit
8b8d3f468a
@ -46,11 +46,11 @@
|
||||
|
||||
- [🌐 码云仓库地址](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search)
|
||||
|
||||
<!-- ## 🌐 备份地址(支持 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 群
|
||||
|
||||
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-admin-better",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.5",
|
||||
"author": "vue-admin-better",
|
||||
"participants": [],
|
||||
"homepage": "https://chu1204505056.gitee.io/vue-admin-better",
|
||||
@ -8,9 +8,9 @@
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint",
|
||||
"clear": "rimraf node_modules&&npm install --registry=http://mirrors.cloud.tencent.com/npm/",
|
||||
"clear": "rimraf node_modules&&npm install --registry=--registry=https://registry.npmmirror.com",
|
||||
"image-webpack-loader": "cnpm i image-webpack-loader -D",
|
||||
"update": "ncu -u --reject sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=http://mirrors.cloud.tencent.com/npm/&&npm i --registry=http://mirrors.cloud.tencent.com/npm/",
|
||||
"update": "ncu -u --reject layouts,sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=https://registry.npmmirror.com&&cnpm i",
|
||||
"push": "start ./push.sh"
|
||||
},
|
||||
"repository": {
|
||||
@ -27,10 +27,10 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.2.2",
|
||||
"caniuse-lite": "^1.0.30001441",
|
||||
"axios": "^1.3.2",
|
||||
"caniuse-lite": "^1.0.30001450",
|
||||
"clipboard": "^2.0.11",
|
||||
"core-js": "^3.27.1",
|
||||
"core-js": "^3.27.2",
|
||||
"dayjs": "^1.11.7",
|
||||
"echarts": "5.4.1",
|
||||
"element-ui": "^2.15.12",
|
||||
@ -67,7 +67,7 @@
|
||||
"filemanager-webpack-plugin": "^8.0.0",
|
||||
"image-webpack-loader": "^8.1.0",
|
||||
"lint-staged": "^13.1.0",
|
||||
"prettier": "^2.8.1",
|
||||
"prettier": "^2.8.3",
|
||||
"sass": "~1.32.13",
|
||||
"sass-loader": "^10.1.1",
|
||||
"stylelint": "^14.16.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user