Skip to content

Commit

Permalink
fix: 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Dec 8, 2021
1 parent 3cd6936 commit fc47034
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 492 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
"release": "standard-version"
},
"dependencies": {
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue": "^1.10.2",
"rollup-plugin-visualizer": "^5.5.2",
"axios": "^0.24.0",
"element-plus": "^1.2.0-beta.1",
"element-plus": "^1.2.0-beta.5",
"mitt": "^3.0.0",
"naive-ui": "^2.20.1",
"qs": "^6.10.1",
"rollup-plugin-visualizer": "^5.5.2",
"standard-version": "^9.3.2",
"vite": "^2.6.13",
"vue": "^3.2.20",
"naive-ui": "^2.21.5",
"qs": "^6.10.2",
"vite": "^2.7.1",
"vue": "^3.2.24",
"vue-router": "4.0.12"
},
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"standard-version": "^9.3.2",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/compiler-sfc": "^3.2.20",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^14.2.1",
"@vue/compiler-sfc": "^3.2.24",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^8.0.3",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"sass": "^1.43.4"
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.2.0",
"sass": "^1.44.0"
},
"lint-staged": {
"*.{js,jsx,vue}": [
Expand Down
Loading

0 comments on commit fc47034

Please sign in to comment.