bug fixes
正在显示
... | @@ -10,13 +10,13 @@ | ... | @@ -10,13 +10,13 @@ |
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.24.0", | "axios": "^0.25.0", | ||
"blueimp-md5": "^2.19.0", | "blueimp-md5": "^2.19.0", | ||
"echarts": "^5.2.2", | "echarts": "^5.2.2", | ||
"element-ui": "^2.15.6", | "element-ui": "^2.15.6", | ||
"js-base64": "^3.7.2", | "js-base64": "^3.7.2", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"query-string": "^7.0.1", | "query-string": "^7.1.0", | ||
"vue": "^2.6.14", | "vue": "^2.6.14", | ||
"vue-html2pdf": "^1.8.0", | "vue-html2pdf": "^1.8.0", | ||
"vue-router": "^3.5.3", | "vue-router": "^3.5.3", | ||
... | @@ -34,8 +34,8 @@ | ... | @@ -34,8 +34,8 @@ |
"eslint-plugin-promise": "^5.1.1", | "eslint-plugin-promise": "^5.1.1", | ||
"eslint-plugin-vue": "^7.20.0", | "eslint-plugin-vue": "^7.20.0", | ||
"sass": "1.43.5", | "sass": "1.43.5", | ||
"vite": "^2.6.14", | "vite": "^2.7.13", | ||
"vite-plugin-vue2": "^1.9.0", | "vite-plugin-vue2": "^1.9.2", | ||
"vue-template-compiler": "^2.6.14" | "vue-template-compiler": "^2.6.14" | ||
} | } | ||
} | } |
请
注册
或者
登录
后发表评论