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 Deps #35

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Upgrade Deps #35

wants to merge 10 commits into from

Conversation

yassernasc
Copy link

@yassernasc yassernasc commented Jun 17, 2022

Bundle of updates, nothing new yet but it will help to continue the development

  • Updated react's version to 16.14 (which allow us to write hooks);
  • Enabled the new jsx transform (so we don't need to import react to use jsx anymore);
  • Since Radium is now deprecated and it doesn't seem to work well with new react versions and hooks, I've migrate the styles to emotion, that has a pretty similar API;
  • To make emotion work, I had to upgrade the babel's packages as well. Now using the @babel/preset-env for polyfills, that consumes the browserslist config;
  • Upgrade webpack to latest. Now using the --mode arg instead NODE_ENV;
  • Upgrade electron's version to 12.

@yassernasc yassernasc changed the title Upgrade React Version + Remove Radium Upgrade Deps Jun 30, 2022
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.

1 participant