build(deps): 升级依赖
This commit is contained in:
parent
ae7ec99a98
commit
e755caabf2
23
package.json
23
package.json
@ -16,6 +16,7 @@
|
||||
"build:dev": "vue-tsc --noEmit --skipLibCheck && vite build --mode development",
|
||||
"build:staging": "vue-tsc --noEmit --skipLibCheck && vite build --mode staging",
|
||||
"serve": "vite preview",
|
||||
"vtsc": "vue-tsc --noEmit --skipLibCheck",
|
||||
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
|
||||
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
|
||||
"prepare": "husky install",
|
||||
@ -38,22 +39,22 @@
|
||||
"clipboard": "^2.0.8",
|
||||
"dayjs": "^1.10.7",
|
||||
"form-data": "^4.0.0",
|
||||
"naive-ui": "^2.21.2",
|
||||
"pinia": "^2.0.4",
|
||||
"naive-ui": "^2.21.3",
|
||||
"pinia": "^2.0.6",
|
||||
"print-js": "^1.6.0",
|
||||
"qs": "^6.10.1",
|
||||
"swiper": "^7.3.1",
|
||||
"vditor": "^3.8.7",
|
||||
"vue": "^3.2.22",
|
||||
"vue": "^3.2.23",
|
||||
"vue-router": "^4.0.12",
|
||||
"wangeditor": "^4.7.9",
|
||||
"xgplayer": "^2.31.3"
|
||||
"wangeditor": "^4.7.10",
|
||||
"xgplayer": "^2.31.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@amap/amap-jsapi-types": "^0.0.8",
|
||||
"@commitlint/cli": "^15.0.0",
|
||||
"@commitlint/config-conventional": "^15.0.0",
|
||||
"@iconify/json": "^1.1.435",
|
||||
"@iconify/json": "^1.1.438",
|
||||
"@iconify/vue": "^3.1.1",
|
||||
"@types/bmapgl": "^0.0.4",
|
||||
"@types/chroma-js": "^2.1.3",
|
||||
@ -68,7 +69,7 @@
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"cz-customizable": "^6.3.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"eslint": "^8.3.0",
|
||||
"eslint": "^8.4.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
@ -78,15 +79,15 @@
|
||||
"lint-staged": "^12.1.2",
|
||||
"patch-package": "^6.4.7",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"prettier": "^2.5.0",
|
||||
"prettier": "^2.5.1",
|
||||
"rollup-plugin-visualizer": "^5.5.2",
|
||||
"sass": "^1.44.0",
|
||||
"typescript": "^4.5.2",
|
||||
"unplugin-icons": "^0.12.21",
|
||||
"unplugin-vue-components": "^0.17.2",
|
||||
"unplugin-icons": "^0.12.22",
|
||||
"unplugin-vue-components": "^0.17.3",
|
||||
"vite": "~2.5.10",
|
||||
"vite-plugin-html": "^2.1.1",
|
||||
"vite-plugin-windicss": "^1.5.3",
|
||||
"vite-plugin-windicss": "^1.5.4",
|
||||
"vue-tsc": "~0.29.6",
|
||||
"vueuc": "^0.4.18",
|
||||
"windicss": "^3.2.1"
|
||||
|
637
pnpm-lock.yaml
637
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user