Skip to content

Commit

Permalink
build(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 15, 2022
1 parent d7f5bf3 commit d9324f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@
},
"dependencies": {
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.5",
"@antv/g2": "^4.2.6",
"@better-scroll/core": "^2.4.2",
"@soybeanjs/vue-admin-layout": "^1.1.1",
"@soybeanjs/vue-admin-tab": "^1.0.5",
"@vueuse/core": "^9.1.0",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"colord": "^2.9.2",
"colord": "^2.9.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.4",
"dayjs": "^1.11.5",
"echarts": "^5.3.3",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.32.1",
"pinia": "^2.0.17",
"pinia": "^2.0.18",
"print-js": "^1.6.0",
"qs": "^6.11.0",
"swiper": "^8.3.2",
Expand All @@ -81,40 +81,40 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@iconify/json": "^2.1.87",
"@iconify/json": "^2.1.92",
"@iconify/vue": "^3.2.1",
"@milahu/patch-package": "^6.4.14",
"@soybeanjs/eslint-config-vue": "^0.2.8",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.6.4",
"@types/node": "^18.7.3",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"commitizen": "^4.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.9.1",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mockjs": "^1.1.0",
"postinstall-postinstall": "^2.1.0",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.54.3",
"sass": "^1.54.4",
"standard-version": "^9.5.0",
"typescript": "^4.7.4",
"unocss": "^0.45.5",
"unocss": "^0.45.6",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "0.22.0",
"unplugin-vue-define-options": "^0.7.3",
"vite": "^3.0.4",
"unplugin-vue-components": "0.22.4",
"unplugin-vue-define-options": "^0.9.2",
"vite": "^3.0.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.39.5"
"vue-tsc": "^0.40.1"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx,json}": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"~/*": ["./*"],
"@/*": ["./src/*"]
},
"types": ["node", "naive-ui/volar"]
"types": ["node", "naive-ui/volar", "unplugin-vue-define-options"]
},
"exclude": ["node_modules", "dist"]
}

1 comment on commit d9324f0

@vercel
Copy link

@vercel vercel bot commented on d9324f0 Aug 15, 2022

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.