You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
In the monorepo, there are some dependencies that are outdated. We should upgrade them in the future to ensure that bugs are fixed and we can profit from new functionality.
There are also some packages that will need to be upgraded in order to have node v12 support (which is the current LTS release).
The list of outdated packages can be found using yarn outdated.
Technical decisions
babel-cli, webpack-dev-server and jest are the ones that need to be upgraded before we can have proper node v12 support.
Remove the resolutions from package.json when the upgrade is complete since it is no longer needed.
The text was updated successfully, but these errors were encountered:
Explanation
In the monorepo, there are some dependencies that are outdated. We should upgrade them in the future to ensure that bugs are fixed and we can profit from new functionality.
There are also some packages that will need to be upgraded in order to have node v12 support (which is the current LTS release).
The list of outdated packages can be found using
yarn outdated
.Technical decisions
babel-cli
,webpack-dev-server
andjest
are the ones that need to be upgraded before we can have proper node v12 support.resolutions
frompackage.json
when the upgrade is complete since it is no longer needed.The text was updated successfully, but these errors were encountered: