Skip to content

Commit

Permalink
build(projects): 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 19, 2022
1 parent 414ccbe commit 5c1b086
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 244 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@better-scroll/core": "^2.4.2",
"@soybeanjs/vue-admin-layout": "^1.0.4",
"@soybeanjs/vue-admin-tab": "^1.0.2",
"@vueuse/core": "^8.6.0",
"@vueuse/core": "^8.7.4",
"axios": "^0.27.2",
"clipboard": "^2.0.11",
"colord": "^2.9.2",
Expand All @@ -61,11 +61,11 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@iconify/json": "^2.1.62",
"@iconify/json": "^2.1.63",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.44",
"@types/node": "^18.0.0",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.28.0",
Expand All @@ -78,25 +78,25 @@
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "9.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.2",
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.52.3",
"standard-version": "^9.5.0",
"typescript": "^4.7.3",
"unocss": "^0.39.0",
"unplugin-icons": "^0.14.3",
"typescript": "^4.7.4",
"unocss": "^0.39.3",
"unplugin-icons": "^0.14.5",
"unplugin-vue-components": "0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.12",
Expand All @@ -105,7 +105,7 @@
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.37.8"
"vue-tsc": "^0.38.1"
},
"homepage": "https://github.com/honghuangdc/soybean-admin",
"repository": {
Expand Down
Loading

1 comment on commit 5c1b086

@vercel
Copy link

@vercel vercel bot commented on 5c1b086 Jun 19, 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.