-
Notifications
You must be signed in to change notification settings - Fork 919
update dependencies #677
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
update dependencies #677
Conversation
+1 |
related #675 |
I don't think that all these dependency version bumps are necessary or related to this problem, and in case of inject-loader, we csn't use 3.0.0 because it doesn'T work correctly. Can you limit the update to those packages that are problematic when updating with yarn? |
@LinusBorg My bad. I was too rash to update the dependencies... |
/ping @yyx990803 A lot of people had problems getting this dependency to update correctly with yarn, even with deleting |
When using yarn to install dependencies, yarn will lock the vue-hot-reload-api version to 2.0.1.
After update vue to 2.2.1...
So I updated the vue-loader dependencies ,run the test, and made this pr.