Skip to content

Commit

Permalink
build(projects): update deps, update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Soybean committed Jun 11, 2022
1 parent 9917b5e commit 8e6e787
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 158 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=https://registry.npmmirror.com/
shamefully-hoist=true
strict-peer-dependencies=false
9 changes: 0 additions & 9 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,23 @@
"antfu.iconify",
"antfu.unocss",
"christian-kohler.path-intellisense",
"coenraads.bracket-pair-colorizer-2",
"dariofuzinato.vue-peek",
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-complete-tag",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"jimdong.naive-ui-snippets",
"kisstkondoros.vscode-gutter-preview",
"lokalise.i18n-ally",
"mhutchie.git-graph",
"miguelsolorio.fluent-icons",
"mikestead.dotenv",
"naumovs.color-highlight",
"pkief.material-icon-theme",
"pranaygp.vscode-css-peek",
"ritwickdey.liveserver",
"steoates.autoimport",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"whtouche.vscode-js-console-utils",
"xabikos.javascriptsnippets",
"yzhang.markdown-all-in-one",
"zhuangtongfa.material-theme"
]
}
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
Expand All @@ -18,7 +17,6 @@
"@": "/src",
"~@": "/src"
},
"i18n-ally.displayLanguage": "zh",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
"pinia": "^2.0.14",
"print-js": "^1.6.0",
"qs": "^6.10.5",
"swiper": "^8.2.2",
"swiper": "^8.2.3",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.15",
"vue": "3.2.37",
"vue-router": "^4.0.15",
"vue-router": "^4.0.16",
"wangeditor": "^4.7.15",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@iconify/json": "^2.1.58",
"@iconify/json": "^2.1.59",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.41",
"@types/node": "^17.0.42",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.27.1",
Expand All @@ -84,7 +84,7 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "9.1.0",
"eslint-plugin-vue": "9.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"mockjs": "^1.1.0",
Expand All @@ -95,11 +95,11 @@
"sass": "^1.52.3",
"standard-version": "^9.5.0",
"typescript": "^4.7.3",
"unocss": "^0.38.1",
"unocss": "^0.38.2",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.10",
"vite": "^2.9.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
Expand Down
Loading

0 comments on commit 8e6e787

Please sign in to comment.