File tree 2 files changed +15
-12
lines changed
examples/private-messaging
2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 8
8
"lint" : " vue-cli-service lint"
9
9
},
10
10
"dependencies" : {
11
- "core-js" : " ^3.6.5 " ,
11
+ "core-js" : " ^3.8.3 " ,
12
12
"socket.io-client" : " ^4.0.0" ,
13
- "vue" : " ^2.6.11 "
13
+ "vue" : " ^2.6.14 "
14
14
},
15
15
"devDependencies" : {
16
- "@vue/cli-plugin-babel" : " ~4.5.0" ,
17
- "@vue/cli-plugin-eslint" : " ~4.5.0" ,
18
- "@vue/cli-service" : " ~4.5.0" ,
19
- "babel-eslint" : " ^10.1.0" ,
20
- "eslint" : " ^6.7.2" ,
21
- "eslint-plugin-vue" : " ^6.2.2" ,
22
- "vue-template-compiler" : " ^2.6.11"
16
+ "@babel/core" : " ^7.12.16" ,
17
+ "@babel/eslint-parser" : " ^7.12.16" ,
18
+ "@vue/cli-plugin-babel" : " ~5.0.0" ,
19
+ "@vue/cli-plugin-eslint" : " ~5.0.0" ,
20
+ "@vue/cli-service" : " ~5.0.0" ,
21
+ "eslint" : " ^7.32.0" ,
22
+ "eslint-plugin-vue" : " ^8.0.3" ,
23
+ "vue-template-compiler" : " ^2.6.14"
23
24
},
24
25
"eslintConfig" : {
25
26
"root" : true ,
31
32
" eslint:recommended"
32
33
],
33
34
"parserOptions" : {
34
- "parser" : " babel- eslint"
35
+ "parser" : " @ babel/ eslint-parser "
35
36
},
36
- "rules" : {}
37
+ "rules" : {
38
+ "vue/multi-word-component-names" : " off"
39
+ }
37
40
},
38
41
"browserslist" : [
39
42
" > 1%" ,
Original file line number Diff line number Diff line change 68
68
69
69
@font-face {
70
70
font-family : Lato;
71
- src : url ( " / fonts/Lato-Regular.ttf" ) ;
71
+ src : " ~/public/ fonts/Lato-Regular.ttf" ;
72
72
}
73
73
74
74
#app {
You can’t perform that action at this time.
0 commit comments