Skip to content
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 to newest working versions #35

Open
4 tasks
randyzwitch opened this issue May 20, 2019 · 0 comments
Open
4 tasks

Update dependencies to newest working versions #35

randyzwitch opened this issue May 20, 2019 · 0 comments

Comments

@randyzwitch
Copy link
Contributor

randyzwitch commented May 20, 2019

In merging #32, dependencies are pinned on some very old versions of npm packages. Specifically, mapd-connector is pinned to right before v3.0.0, which had breaking changes. mapd-connector at the time of this issue is at version 4.2.0, indicating that it's likely that additional breaking changes have occurred.

In evaluating what it would take to update Tweetmap 2 to newest versions, there are a handful of high-level projects:

  • Update mapd-connector and related libraries to their newest versions
  • Updating React from v15 to v16
  • Updating webpack from v2 to v4
  • Update other dependencies for security and/or functionality improvements

Using yarn upgrade-interactive, many updates to other dependencies could be done without the major overhauls identified in the first 3 bullet points above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant