Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Apr 2, 2021
1 parent 1ec1db8 commit 1c6cd68
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
"serve": "vite preview",
"prepare": "husky install .github/husky"
},
"commitlint": {
"extends": [
Expand All @@ -35,21 +36,21 @@
},
"dependencies": {
"axios": "0.21.1",
"core-js": "3.9.1",
"element-plus": "1.0.2-beta.35",
"core-js": "3.10.0",
"element-plus": "1.0.2-beta.36",
"nprogress": "0.2.0",
"vue": "3.0.7",
"vue": "3.0.11",
"vue-i18n": "9.0.0",
"vue-router": "4.0.5",
"vuex": "4.0.0"
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@vitejs/plugin-vue": "1.1.5",
"@vue/compiler-sfc": "3.0.7",
"husky": "5.1.3",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@vitejs/plugin-vue": "1.2.1",
"@vue/compiler-sfc": "3.0.11",
"husky": "6.0.0",
"sass": "1.32.8",
"vite": "2.1.3"
"vite": "2.1.5"
}
}

0 comments on commit 1c6cd68

Please sign in to comment.