File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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" : [
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}
You can’t perform that action at this time.
0 commit comments