-
Notifications
You must be signed in to change notification settings - Fork 120
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
[deps] Update development related dependencies #3357
Conversation
We use stylelint-config-recommended.
Not being used.
Needed due to all dependency updates.
Actually seeing this on master as well, so must be something else causing it. |
Tested and works on all 3 dev, build && start and pacakge. |
That error is due to redux-devtools being broken for newer electron versions: zalmoxisus/redux-devtools-extension#767 |
Rebased on top of #3346This updates most packages to use their latest version. The only packages not updated are related to major UI elements (react, i18n), which might need more extensive code changes, so those are left for a future PR.
Notable changes:
node-addon-loader
in favor of the webpack standardnode-loader
yarn build && yarn start
correctly work under windowsfbjs-scripts checkEngine
to use the standard package.jsonengines
entry, updated to minimum required versions ofnode
andyarn
yarn-deduplicate
to remove duplicate entries inyarn.lock
package.json
that were either not used anymore or are implicitly required by other depschrome-extension://
requests in development mode to fix extension-related warnings