build(deps): 升级依赖

This commit is contained in:
Soybean 2021-12-04 22:46:49 +08:00
parent ae7ec99a98
commit e755caabf2
2 changed files with 261 additions and 399 deletions

View File

@ -16,6 +16,7 @@
"build:dev": "vue-tsc --noEmit --skipLibCheck && vite build --mode development", "build:dev": "vue-tsc --noEmit --skipLibCheck && vite build --mode development",
"build:staging": "vue-tsc --noEmit --skipLibCheck && vite build --mode staging", "build:staging": "vue-tsc --noEmit --skipLibCheck && vite build --mode staging",
"serve": "vite preview", "serve": "vite preview",
"vtsc": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx", "lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx", "lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
"prepare": "husky install", "prepare": "husky install",
@ -38,22 +39,22 @@
"clipboard": "^2.0.8", "clipboard": "^2.0.8",
"dayjs": "^1.10.7", "dayjs": "^1.10.7",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"naive-ui": "^2.21.2", "naive-ui": "^2.21.3",
"pinia": "^2.0.4", "pinia": "^2.0.6",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"qs": "^6.10.1", "qs": "^6.10.1",
"swiper": "^7.3.1", "swiper": "^7.3.1",
"vditor": "^3.8.7", "vditor": "^3.8.7",
"vue": "^3.2.22", "vue": "^3.2.23",
"vue-router": "^4.0.12", "vue-router": "^4.0.12",
"wangeditor": "^4.7.9", "wangeditor": "^4.7.10",
"xgplayer": "^2.31.3" "xgplayer": "^2.31.4"
}, },
"devDependencies": { "devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8", "@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^15.0.0", "@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0", "@commitlint/config-conventional": "^15.0.0",
"@iconify/json": "^1.1.435", "@iconify/json": "^1.1.438",
"@iconify/vue": "^3.1.1", "@iconify/vue": "^3.1.1",
"@types/bmapgl": "^0.0.4", "@types/bmapgl": "^0.0.4",
"@types/chroma-js": "^2.1.3", "@types/chroma-js": "^2.1.3",
@ -68,7 +69,7 @@
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0", "cz-customizable": "^6.3.0",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"eslint": "^8.3.0", "eslint": "^8.4.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-import": "^2.25.3",
@ -78,15 +79,15 @@
"lint-staged": "^12.1.2", "lint-staged": "^12.1.2",
"patch-package": "^6.4.7", "patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0", "postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.0", "prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.5.2", "rollup-plugin-visualizer": "^5.5.2",
"sass": "^1.44.0", "sass": "^1.44.0",
"typescript": "^4.5.2", "typescript": "^4.5.2",
"unplugin-icons": "^0.12.21", "unplugin-icons": "^0.12.22",
"unplugin-vue-components": "^0.17.2", "unplugin-vue-components": "^0.17.3",
"vite": "~2.5.10", "vite": "~2.5.10",
"vite-plugin-html": "^2.1.1", "vite-plugin-html": "^2.1.1",
"vite-plugin-windicss": "^1.5.3", "vite-plugin-windicss": "^1.5.4",
"vue-tsc": "~0.29.6", "vue-tsc": "~0.29.6",
"vueuc": "^0.4.18", "vueuc": "^0.4.18",
"windicss": "^3.2.1" "windicss": "^3.2.1"

File diff suppressed because it is too large Load Diff