File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
examples/private-messaging Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 88 "lint" : " vue-cli-service lint"
99 },
1010 "dependencies" : {
11- "core-js" : " ^3.6.5 " ,
11+ "core-js" : " ^3.8.3 " ,
1212 "socket.io-client" : " ^4.0.0" ,
13- "vue" : " ^2.6.11 "
13+ "vue" : " ^2.6.14 "
1414 },
1515 "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"
2324 },
2425 "eslintConfig" : {
2526 "root" : true ,
3132 " eslint:recommended"
3233 ],
3334 "parserOptions" : {
34- "parser" : " babel- eslint"
35+ "parser" : " @ babel/ eslint-parser "
3536 },
36- "rules" : {}
37+ "rules" : {
38+ "vue/multi-word-component-names" : " off"
39+ }
3740 },
3841 "browserslist" : [
3942 " > 1%" ,
Original file line number Diff line number Diff line change 6868
6969@font-face {
7070 font-family : Lato;
71- src : url ( " / fonts/Lato-Regular.ttf" ) ;
71+ src : " ~/public/ fonts/Lato-Regular.ttf" ;
7272}
7373
7474#app {
You can’t perform that action at this time.
0 commit comments