mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-01 15:49:16 +08:00
🐛更新项目依赖,修复zx-player组件刷新后失效的bug
This commit is contained in:
parent
31a455c3d5
commit
b304616906
26
package.json
26
package.json
@ -43,12 +43,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.20.0",
|
||||
"better-scroll": "^2.0.0",
|
||||
"better-scroll": "^2.0.2",
|
||||
"clipboard": "^2.0.6",
|
||||
"codemirror": "^5.57.0",
|
||||
"core-js": "^3.6.5",
|
||||
"dayjs": "^1.8.34",
|
||||
"echarts": "^4.8.0",
|
||||
"dayjs": "^1.8.35",
|
||||
"echarts": "^4.9.0",
|
||||
"echarts-wordcloud": "^1.1.3",
|
||||
"element-ui": "^2.13.2",
|
||||
"file-saver": "^2.0.2",
|
||||
@ -56,7 +56,7 @@
|
||||
"jsencrypt": "^3.0.0-rc.1",
|
||||
"jsonlint": "^1.6.3",
|
||||
"lodash": "^4.17.20",
|
||||
"maptalks": "^0.48.0",
|
||||
"maptalks": "^0.49.0",
|
||||
"mapv": "^2.0.56",
|
||||
"nprogress": "^0.2.0",
|
||||
"qs": "^6.9.4",
|
||||
@ -72,16 +72,16 @@
|
||||
"zx-count": "^0.3.7",
|
||||
"zx-icon": "^1.1.8",
|
||||
"zx-keel": "^0.9.4",
|
||||
"zx-layouts": "^0.6.12",
|
||||
"zx-layouts": "^0.6.13",
|
||||
"zx-magnifie": "^0.4.0",
|
||||
"zx-markdown-editor": "^0.0.2",
|
||||
"zx-player": "^1.0.0",
|
||||
"zx-player": "^1.0.1",
|
||||
"zx-quill": "^0.0.2",
|
||||
"zx-templates": "^0.0.14",
|
||||
"zx-verify": "^0.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/register": "^7.10.5",
|
||||
"@babel/register": "^7.11.5",
|
||||
"@vue/cli-plugin-babel": "^4.5.4",
|
||||
"@vue/cli-plugin-eslint": "^4.5.4",
|
||||
"@vue/cli-plugin-router": "^4.5.4",
|
||||
@ -91,22 +91,22 @@
|
||||
"autoprefixer": "^9.8.6",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
"compression-webpack-plugin": "^5.0.1",
|
||||
"eslint": "^7.7.0",
|
||||
"compression-webpack-plugin": "^5.0.2",
|
||||
"eslint": "^7.8.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"filemanager-webpack-plugin": "^2.0.5",
|
||||
"husky": "^4.2.5",
|
||||
"image-webpack-loader": "^6.0.0",
|
||||
"increase-memory-limit": "^1.0.7",
|
||||
"lint-staged": "^10.2.11",
|
||||
"lint-staged": "^10.3.0",
|
||||
"mockjs": "^1.1.0",
|
||||
"plop": "^2.7.4",
|
||||
"prettier": "^2.0.5",
|
||||
"prettier": "^2.1.1",
|
||||
"sass": "^1.26.10",
|
||||
"sass-loader": "^10.0.1",
|
||||
"sass-loader": "^10.0.2",
|
||||
"script-loader": "^0.7.2",
|
||||
"stylelint": "^13.6.1",
|
||||
"stylelint": "^13.7.0",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-recess-order": "^2.1.0",
|
||||
"svg-sprite-loader": "^5.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user