build(projects): 依赖升级

This commit is contained in:
Soybean
2021-08-17 14:59:59 +08:00
parent 025a9beae1
commit 09a28d8e1d
11 changed files with 203 additions and 79 deletions

View File

@ -14,7 +14,7 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^5.3.0",
"@vueuse/core": "^6.0.0",
"axios": "^0.21.1",
"dayjs": "^1.10.6",
"element-plus": "^1.0.2-beta.70",
@ -29,14 +29,14 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.387",
"@iconify/json": "^1.1.388",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.2",
"@vue/compiler-sfc": "^3.2.3",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
@ -54,9 +54,9 @@
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
"sass": "^1.37.5",
"sass": "^1.38.0",
"typescript": "^4.3.5",
"vite": "^2.4.4",
"vite": "^2.5.0",
"vite-plugin-components": "^0.13.2",
"vite-plugin-html": "^2.0.7",
"vite-plugin-icons": "^0.6.5",