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 Oct 15, 2022
1 parent b632b7f commit d6b1530
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 166 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Expand Up @@ -33,6 +33,10 @@
"@": "/src",
"~@": "/src"
},
"i18n-ally.localesPaths": [
"src/locales",
"src/locales/lang"
],
"material-icon-theme.activeIconPack": "angular",
"material-icon-theme.files.associations": {},
"material-icon-theme.folders.associations": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.8",
"@better-scroll/core": "^2.4.2",
"@better-scroll/core": "^2.5.0",
"@soybeanjs/vue-admin-layout": "^1.1.1",
"@soybeanjs/vue-admin-tab": "^1.0.5",
"@vueuse/core": "^9.3.0",
Expand All @@ -69,14 +69,14 @@
"echarts": "^5.4.0",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "2.33.4",
"naive-ui": "2.33.5",
"pinia": "^2.0.23",
"print-js": "^1.6.0",
"qs": "^6.11.0",
"swiper": "^8.4.3",
"swiper": "^8.4.4",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.17",
"vue": "3.2.40",
"vue": "3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vuedraggable": "^4.1.0",
Expand All @@ -87,7 +87,7 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@iconify/json": "^2.1.119",
"@iconify/json": "^2.1.121",
"@iconify/vue": "^4.0.0",
"@milahu/patch-package": "^6.4.14",
"@tauri-apps/cli": "^1.1.1",
Expand Down Expand Up @@ -118,14 +118,14 @@
"unplugin-vue-components": "0.22.8",
"unplugin-vue-macros": "^0.12.0",
"utility-types": "^3.10.0",
"vite": "^3.1.6",
"vite": "^3.1.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-progress": "^0.0.5",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.2"
"vue-tsc": "^1.0.8"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx,json}": "eslint --fix"
Expand Down

0 comments on commit d6b1530

Please sign in to comment.