File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
"css-loader" : " ^0.28.7" ,
22
22
"eslint" : " ^4.14.0" ,
23
23
"eslint-config-mysticatea" : " ^12.0.0" ,
24
- "eslint-plugin-vue" : " ^4.0.0-beta.4 " ,
24
+ "eslint-plugin-vue" : " ^4.0.0" ,
25
25
"file-loader" : " ^1.1.5" ,
26
26
"lodash" : " ^4.17.4" ,
27
27
"material-design-icons" : " ^3.0.1" ,
32
32
"shelljs" : " ^0.7.8" ,
33
33
"string-replace-loader" : " ^1.3.0" ,
34
34
"vue" : " ^2.5.9" ,
35
- "vue-eslint-parser" : " ^2.0.1-beta.3 " ,
35
+ "vue-eslint-parser" : " ^2.0.1" ,
36
36
"vue-loader" : " ^13.5.0" ,
37
37
"vue-template-compiler" : " ^2.5.9" ,
38
38
"webpack" : " ^3.8.1" ,
50
50
"lint" : " eslint . --rulesdir eslint-rules" ,
51
51
"preversion" : " run-s lint build -s" ,
52
52
"postversion" : " git push && git push --tags && npm run deploy" ,
53
- "update-deps" : " npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental " ,
53
+ "update-deps" : " npm install eslint@latest eslint-plugin-vue@latest vue-eslint-parser@latest babel-eslint@latest " ,
54
54
"watch" : " cross-env NODE_ENV=development run-p watch:* -s" ,
55
55
"watch:html" : " cpx src/index.html dist --watch" ,
56
56
"watch:js" : " webpack-dev-server --open --hot" ,
You can’t perform that action at this time.
0 commit comments