-
Notifications
You must be signed in to change notification settings - Fork 181
Update all the dependencies #272
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
Conversation
48b757e to
7818b80
Compare
|
Friendly ping to @jnwng 😄 |
|
looks good to me! one last thing i need to validate is the |
|
Ok! I just run |
|
Anything else, @jnwng? Thanks in advance! |
0f6123b to
bd2e907
Compare
f21e57d to
3b1b780
Compare
|
Hi @jnwng! What happened to this PR? Thanks in advance! |
This upgrade all dev dependencies in order to implement ES6 exports in order to solve apollographql#303. This also remove yarn.lock entirely because this package is meant to work with npm only as can be seen from the mention of npm command in package.json. Fixes apollographql#303 Closes apollographql#272 Closes apollographql#273
|
Ideally, this should be closed in favor of #325. |
22f0ce3 to
301f634
Compare
This upgrade all dev dependencies in order to implement ES6 exports in order to solve apollographql#303. This also remove yarn.lock entirely because this package is meant to work with npm only as can be seen from the mention of npm command in package.json. Fixes apollographql#303 Closes apollographql#272 Closes apollographql#273
Update all the dependencies to the latest versions.