⬆ chore: update dependencies
Showing
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| "image-webpack-loader": "cnpm i image-webpack-loader -D", | "image-webpack-loader": "cnpm i image-webpack-loader -D", | ||
| "use:npm": "nrm use npm", | "use:npm": "nrm use npm", | ||
| "use:taobao": "nrm use taobao", | "use:taobao": "nrm use taobao", | ||
| "update": "ncu -u --reject sass-loader,sass&&cnpm i", | "update": "ncu -u --reject sass-loader,sass,screenfull,eslint&&cnpm i", | ||
| "update:globle": "ncu -g --concurrency 10 --timeout 80000", | "update:globle": "ncu -g --concurrency 10 --timeout 80000", | ||
| "push": "start ./push.sh", | "push": "start ./push.sh", | ||
| "deploy": "start ./deploy.sh" | "deploy": "start ./deploy.sh" | ||
| ... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.24.0", | "axios": "^0.24.0", | ||
| "clipboard": "^2.0.8", | "clipboard": "^2.0.8", | ||
| "core-js": "^3.19.1", | "core-js": "^3.19.2", | ||
| "dayjs": "^1.10.7", | "dayjs": "^1.10.7", | ||
| "echarts": "^5.2.2", | "echarts": "^5.2.2", | ||
| "element-ui": "^2.15.6", | "element-ui": "^2.15.6", | ||
| ... | @@ -72,11 +72,11 @@ | ... | @@ -72,11 +72,11 @@ |
| "@vue/cli-plugin-babel": "^4.5.15", | "@vue/cli-plugin-babel": "^4.5.15", | ||
| "@vue/cli-plugin-eslint": "^4.5.15", | "@vue/cli-plugin-eslint": "^4.5.15", | ||
| "@vue/cli-service": "^4.5.15", | "@vue/cli-service": "^4.5.15", | ||
| "@vue/composition-api": "^1.4.0", | "@vue/composition-api": "^1.4.1", | ||
| "@vue/eslint-config-prettier": "^6.0.0", | "@vue/eslint-config-prettier": "^6.0.0", | ||
| "babel-eslint": "^10.1.0", | "babel-eslint": "^10.1.0", | ||
| "body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
| "chalk": "^4.1.2", | "chalk": "^5.0.0", | ||
| "chokidar": "^3.5.2", | "chokidar": "^3.5.2", | ||
| "eslint": "^7.32.0", | "eslint": "^7.32.0", | ||
| "eslint-plugin-prettier": "^4.0.0", | "eslint-plugin-prettier": "^4.0.0", | ||
| ... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
| "filemanager-webpack-plugin": "^6.1.7", | "filemanager-webpack-plugin": "^6.1.7", | ||
| "image-webpack-loader": "^8.0.1", | "image-webpack-loader": "^8.0.1", | ||
| "lint-staged": "^12.1.2", | "lint-staged": "^12.1.2", | ||
| "plop": "^2.7.6", | "plop": "^3.0.2", | ||
| "prettier": "^2.5.0", | "prettier": "^2.5.0", | ||
| "sass": "~1.32.13", | "sass": "~1.32.13", | ||
| "sass-loader": "^10.1.1", | "sass-loader": "^10.1.1", | ||
| ... | ... |
Please
register
or
sign in
to comment