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

Upgrade dependencies #10

Merged
merged 7 commits into from
Feb 6, 2021
Merged

Conversation

TranquilMarmot
Copy link
Owner

@TranquilMarmot TranquilMarmot commented Jan 31, 2021

Closes #2

Notable upgrades:

  • react-d3-graph: 1.5.0 ➡️ 1.6.0
  • react-scripts (Create React App): 3.4.1 ➡️ 4.0.1
  • Move from @emotion/core 10.0.28 ➡️ @emotion/react 11.1.4
    • This now requires using Babel macros
    • This also required changing /** @jsx jsx */ to /** @jsxImportSource @emotion/react */ 🤮
  • typescript: 3.9.6 ➡️ 4.1.3

@TranquilMarmot TranquilMarmot merged commit e715fb3 into main Feb 6, 2021
@TranquilMarmot TranquilMarmot deleted the tranquilmarmot/upgrade-deps-jan-31-2021 branch February 6, 2021 19:59
@NarryG
Copy link

NarryG commented Mar 9, 2021

Does this update to d3-graph close #1 as well? Also, if such, could we get an update to the store release so we don't need to import it locally?

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

Successfully merging this pull request may close these issues.

After focusing on a node, dragging the viewport around makes it jump
2 participants