Skip to content

Commit

Permalink
build(deps): 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 4, 2021
1 parent ae7ec99 commit e755caa
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 399 deletions.
23 changes: 12 additions & 11 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down

1 comment on commit e755caa

@vercel
Copy link

@vercel vercel bot commented on e755caa Dec 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.