heavyai / heavyai-tweetmap-2

Play with and instantly visualize hundreds of millions of realtime tweets, from the global level all the way down to your neighborhood.
Other
51 stars 13 forks source link

Update dependencies to newest working versions #35

Open randyzwitch opened 5 years ago

randyzwitch commented 5 years ago

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:

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