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 2121 "css-loader" : " ^0.28.7" ,
2222 "eslint" : " ^4.14.0" ,
2323 "eslint-config-mysticatea" : " ^12.0.0" ,
24- "eslint-plugin-vue" : " ^4.0.0-beta.4 " ,
24+ "eslint-plugin-vue" : " ^4.0.0" ,
2525 "file-loader" : " ^1.1.5" ,
2626 "lodash" : " ^4.17.4" ,
2727 "material-design-icons" : " ^3.0.1" ,
3232 "shelljs" : " ^0.7.8" ,
3333 "string-replace-loader" : " ^1.3.0" ,
3434 "vue" : " ^2.5.9" ,
35- "vue-eslint-parser" : " ^2.0.1-beta.3 " ,
35+ "vue-eslint-parser" : " ^2.0.1" ,
3636 "vue-loader" : " ^13.5.0" ,
3737 "vue-template-compiler" : " ^2.5.9" ,
3838 "webpack" : " ^3.8.1" ,
5050 "lint" : " eslint . --rulesdir eslint-rules" ,
5151 "preversion" : " run-s lint build -s" ,
5252 "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 " ,
5454 "watch" : " cross-env NODE_ENV=development run-p watch:* -s" ,
5555 "watch:html" : " cpx src/index.html dist --watch" ,
5656 "watch:js" : " webpack-dev-server --open --hot" ,
You can’t perform that action at this time.
0 commit comments