Skip to content

Commit 1c6cd68

Browse files
committed
chore: update deps
1 parent 1ec1db8 commit 1c6cd68

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"scripts": {
2222
"dev": "vite",
2323
"build": "vite build",
24-
"serve": "vite preview"
24+
"serve": "vite preview",
25+
"prepare": "husky install .github/husky"
2526
},
2627
"commitlint": {
2728
"extends": [
@@ -35,21 +36,21 @@
3536
},
3637
"dependencies": {
3738
"axios": "0.21.1",
38-
"core-js": "3.9.1",
39-
"element-plus": "1.0.2-beta.35",
39+
"core-js": "3.10.0",
40+
"element-plus": "1.0.2-beta.36",
4041
"nprogress": "0.2.0",
41-
"vue": "3.0.7",
42+
"vue": "3.0.11",
4243
"vue-i18n": "9.0.0",
4344
"vue-router": "4.0.5",
4445
"vuex": "4.0.0"
4546
},
4647
"devDependencies": {
47-
"@commitlint/cli": "12.0.1",
48-
"@commitlint/config-conventional": "12.0.1",
49-
"@vitejs/plugin-vue": "1.1.5",
50-
"@vue/compiler-sfc": "3.0.7",
51-
"husky": "5.1.3",
48+
"@commitlint/cli": "12.1.1",
49+
"@commitlint/config-conventional": "12.1.1",
50+
"@vitejs/plugin-vue": "1.2.1",
51+
"@vue/compiler-sfc": "3.0.11",
52+
"husky": "6.0.0",
5253
"sass": "1.32.8",
53-
"vite": "2.1.3"
54+
"vite": "2.1.5"
5455
}
5556
}

0 commit comments

Comments
 (0)