-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade deps #2642
chore: upgrade deps #2642
Conversation
Previously it was interfered by vue-apollo & vuepress 0.14
"eslint-plugin-node": "^6.0.1", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^3.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"eslint-plugin-promise": "^4.0.1"
and "eslint-plugin-standard": "^4.0.0"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm planning to open a separate PR to update ESLint to make it easier to review & test.
@sodatea babel-plugin-dynamic-import now should support babel 7: airbnb/babel-plugin-dynamic-import-node#64 (comment) That should hopefully resolve some conflicts and maybe make an update to babel 7.0.0 possible. |
Don't forget to update this too:
Edit: fixed by 6a1c71b |
Thanks for this! @sodatea, is there any chance of a patch release (3.0.6) sometime soon? |
Thanks for the update, @sodatea ! |
closes #2376