-
Notifications
You must be signed in to change notification settings - Fork 7
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 Electron React Boilerplate #241
Comments
Getting all the dependencies right when migrating to the newest ERB is a challenge. Here's a list of our dependencies (as of d40e032) for reference. Added to
|
Update after #282: Added to
|
This is an idea to research along with #240. It might be time-effective to try to port our code to the newest version of the Electron React Boilerplate, which the app is based on. This has a chance to be simpler than trying to update all our packages one by one (as they might have multiple codependencies) and would offer additional benefits: better support due to using the latest version of the boilerplate, a chance to clean-up the project (we do have some dead code / unused crust).
The text was updated successfully, but these errors were encountered: